-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |