FIX: HELPMAKE Decodes Help Database IncorrectlyLast reviewed: September 11, 1997Article ID: Q68989  | 
	
	
 
1.03 1.05 1.06 1.07 | 1.03 1.05 1.06 1.07
MS-DOS | OS/2kbtool kbbuglist kbfixlist The information in this article applies to: 
 
 SYMPTOMSIf a concatenated help database is decoded with either "Decode" (/D) or "Decode Unformatted" (/DU), HELPMAKE may be caught in an infinite loop that will eventually fill the hard disk. 
 RESOLUTIONWhen using HELPMAKE.EXE to decode concatenated help databases, you must use the "Decode Split" option (/DS). 
 STATUSMicrosoft has confirmed this to be a problem with HELPMAKE for MS-DOS and OS/2. This problem was corrected in HELPMAKE version 1.08. 
 MORE INFORMATIONIf OS2.HLP is decoded with 
 helpmake /D /Ooutfile OS2.HLPHELPMAKE will decompress the first database in OS2.HLP over and over until either the disk fills up or you stop the program (with a CTRL+BREAK, for example). If OS2.HLP is decoded with 
 helpmake /DS OS2.HLPit is broken into STRUCT.HLP, MACROS.HLP, and TABLES.HLP. These help files can then be decoded properly with the /D or /DU option. If you don't know how a help file is assembled, the following are the steps to take to decompress it: 
  | 
	
	Additional reference words: 1.03 1.05 1.06 1.07 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |