Microsoft Advisor Help
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| m (→Sample files) |  (Add links to file formats and resources.) | ||
| Line 4: | Line 4: | ||
| |extensions={{ext|hlp}} | |extensions={{ext|hlp}} | ||
| }} | }} | ||
| − | '''Microsoft Advisor Help file''' is an old help file format used by Microsoft's development tools. It is distinct from [[HLP (WinHelp)|Windows HLP]] format. | + | '''Microsoft Advisor Help file''' is an old help file format used by Microsoft's MS-DOS development tools. It is distinct from [[HLP (WinHelp)|Windows HLP]] format. | 
| == Identification == | == Identification == | ||
| Known files begin with {{magic|4c 4e 02 00 ?? 00 3a 00}}, where the fifth byte may be {{magic|00}} or {{magic|01}}. | Known files begin with {{magic|4c 4e 02 00 ?? 00 3a 00}}, where the fifth byte may be {{magic|00}} or {{magic|01}}. | ||
| + | |||
| + | == See Also == | ||
| + | |||
| + | * [[Microsoft Quick Help]], a different format used by older software | ||
| + | |||
| + | == Specifications == | ||
| + | |||
| + | * https://github.com/fancidev/DosHelp/blob/master/QuickHelp/Serialization/Format.txt | ||
| + | |||
| + | == Software == | ||
| + | |||
| + | * https://github.com/fancidev/DosHelp (although it talks about Quick Help, it actually describes the Advisor Help format) | ||
| == Sample files == | == Sample files == | ||
| + | |||
| + | * QBASIC.HLP as shipped with MS-DOS 5.0 and 6.x | ||
| * Examples found on the web: [https://github.com/ibarrar/clipper/tree/master/C600/HELP/], [http://cursos.itam.mx/akuri/2003/OPC22003/MASM615/], [http://data.phys.ucalgary.ca/sort_by_instrument/other/poca/eu9514/011/C600/HELP/] | * Examples found on the web: [https://github.com/ibarrar/clipper/tree/master/C600/HELP/], [http://cursos.itam.mx/akuri/2003/OPC22003/MASM615/], [http://data.phys.ucalgary.ca/sort_by_instrument/other/poca/eu9514/011/C600/HELP/] | ||
| * {{DexvertSamples|document/microsoftAdvisorHelp}} | * {{DexvertSamples|document/microsoftAdvisorHelp}} | ||
| + | |||
| + | == Resources == | ||
| + | |||
| + | * [https://archive.org/details/stx_Microsoft_Professional_Advisor_Library_Reference_for_MS_OS-2_and_MS-DOS_1990/mode/2up Microsoft Professional Advisor Library Reference] | ||
| [[Category:Microsoft]] | [[Category:Microsoft]] | ||
Latest revision as of 08:11, 18 May 2024
Microsoft Advisor Help file is an old help file format used by Microsoft's MS-DOS development tools. It is distinct from Windows HLP format.
| Contents | 
[edit] Identification
Known files begin with 4c 4e 02 00 ?? 00 3a 00, where the fifth byte may be 00 or 01.
[edit] See Also
- Microsoft Quick Help, a different format used by older software
[edit] Specifications
[edit] Software
- https://github.com/fancidev/DosHelp (although it talks about Quick Help, it actually describes the Advisor Help format)
[edit] Sample files
- QBASIC.HLP as shipped with MS-DOS 5.0 and 6.x
- Examples found on the web: [1], [2], [3]
- dexvert samples — document/microsoftAdvisorHelp

