From 3020eb87cd78f15521035b7024d98c5f8f60f04f Mon Sep 17 00:00:00 2001 From: fancidev Date: Sun, 4 Jun 2017 20:58:47 +0800 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe40f26 --- /dev/null +++ b/README.md @@ -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)