home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / hlp2inf.zip / READ.ME < prev   
Text File  |  1996-01-13  |  900b  |  25 lines

  1.          Convert OS/2 HLP files to OS/2 INF files
  2.         ==========================================
  3.  
  4.   This program creates an OS/2 INF file from an OS/2 HLP file.
  5. It simply copies the HLP file to a new file with the INF extension,
  6. changing the four-byte header from "HSP\x10" to "HSP\x01".  There
  7. may be more differences between HLP and INF files, but I haven't
  8. seem them yet.  Don't ask me why IBM chose to distinguish between
  9. the two file types, if this is their only difference . . .
  10.  
  11.   The command-line syntax is as follows:
  12.  
  13.         HLP2INF filename
  14.  
  15.   The source code and make file (MSC 6.00a) are included.  The information
  16. required to make this program was obtained by simply comparing HLP and INF
  17. files generated from the same IPF script.
  18.  
  19.   Questions, suggestions, criticisms to:
  20.  
  21.         Rick Papo
  22.         Internet: rpapo@msen.com
  23.         CompuServe: 72607,3111
  24.  
  25.