Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fancidev authored Jun 4, 2017
1 parent 8fc27a7 commit 3020eb8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
This project provides a .Net library and several utility programs to view MS-DOS (.HLP) help files,
making them accessible in a modern environment.

**Highlights**

[QuickHelp Format Description](https://raw.githubusercontent.com/fancidev/DosHelp/master/QuickHelp/Serialization/Format.txt)
describes the format of a QuickHelp .HLP file.

[QuickHelp Library](https://github.com/fancidev/DosHelp/tree/master/QuickHelp) is a .NET 2.0 library
that enables you to read QuickHelp files.

[HelpBrowser](https://github.com/fancidev/DosHelp/tree/master/HelpBrowser) is a program (requires
.NET 2.0) that allows the user to browse the contents in a QuickHelp file.

[HelpConvert](https://github.com/fancidev/DosHelp/tree/master/HelpConvert) is a command line utility
(requires .NET 2.0) that converts a QuickHelp file to a set of cross-referenced HTML pages suitable
for viewing in a browser.

**Reference**

*Creating Help Files with HELPMAKE* (Chapter 18 of MASM Documentation, Environment and Tools)

0 comments on commit 3020eb8

Please sign in to comment.