Skip to content

Commit 3020eb8

Browse files
authored
Create README.md
1 parent 8fc27a7 commit 3020eb8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
This project provides a .Net library and several utility programs to view MS-DOS (.HLP) help files,
2+
making them accessible in a modern environment.
3+
4+
**Highlights**
5+
6+
[QuickHelp Format Description](https://raw.githubusercontent.com/fancidev/DosHelp/master/QuickHelp/Serialization/Format.txt)
7+
describes the format of a QuickHelp .HLP file.
8+
9+
[QuickHelp Library](https://github.com/fancidev/DosHelp/tree/master/QuickHelp) is a .NET 2.0 library
10+
that enables you to read QuickHelp files.
11+
12+
[HelpBrowser](https://github.com/fancidev/DosHelp/tree/master/HelpBrowser) is a program (requires
13+
.NET 2.0) that allows the user to browse the contents in a QuickHelp file.
14+
15+
[HelpConvert](https://github.com/fancidev/DosHelp/tree/master/HelpConvert) is a command line utility
16+
(requires .NET 2.0) that converts a QuickHelp file to a set of cross-referenced HTML pages suitable
17+
for viewing in a browser.
18+
19+
**Reference**
20+
21+
*Creating Help Files with HELPMAKE* (Chapter 18 of MASM Documentation, Environment and Tools)

0 commit comments

Comments
 (0)