home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / rtfgen.zip / README.1ST < prev    next >
Text File  |  1992-02-22  |  2KB  |  62 lines

  1. RTFGEN is for you people who are trying to avoid getting involved with
  2. a Rich Text Format (RTF) word processor ($$ and nuisance) just because the
  3. help compiler requires an RTF input file.  You can now use your favorite
  4. ASCII editor to produce a file which RTFGEN will then convert to the
  5. proper help compiler format.
  6.  
  7. Files supplied:
  8.  
  9.   RTFGEN.EXE    Converts ASCII file to RTF for help compiler.
  10.   HEADING       Required by RTFGEN.EXE to produce the RTF file.
  11.   RTFGEN.DOC    Documentation for RTFGEN
  12.  
  13.   RTFGEN.PAS    Turbo Pascal source code for RTFGEN
  14.   COMMAND.INC    More source
  15.  
  16.   RTFGEN    ASCII file used by RTFGEN.EXE to produce RTFGEN.RTF.
  17.         The help compiler then uses RTFGEN.RTF to produce RTFGEN.HLP
  18.         (a Windows help file).  RTFGEN also serves as an example
  19.         input file.
  20.   RTFGEN.HPJ    Help project file used by the help compiler.
  21.   TRYME.BMP    Bitmap used in RTFGEN.HLP
  22.   GLASS.BMP    Another bitmap
  23.  
  24.   RTF.BAT    Batch file which may be used to call both RTFGEN and HC
  25.         (the help compiler) to produce a help file.
  26.  
  27. The DOC file is formatted to print using the DOS TYPE command.  To print
  28. the docs, line up the paper in the printer so the top of the paper is
  29. just under the print head.  From the DOS prompt:
  30.  
  31.   >TYPE RTFGEN.DOC^P<enter>
  32.  
  33. The control P turns on the printer.  When finished printing, type:
  34.  
  35.   >^P<enter>
  36.  
  37. to turn off the printer.
  38.  
  39.  
  40. To make the windows help file, RTFGEN.HLP, make sure that RTFGEN, RTF.BAT,
  41. HEADER, RTFGEN.HPJ, and the two bitmap files are in the default directory.
  42. RTFGEN.EXE and HC.EXE should also be in one of the path directories.  Then
  43. from the DOS prompt:
  44.  
  45.   >RTF RTFGEN
  46.  
  47. produces the help file.  To use the windows help file, from Windows, run
  48. WINHELP.EXE and use the file/open command to open RTFGEN.HLP.
  49.  
  50. You can use either the Windows help file or the DOC
  51. file for documentation--they're approximately the same.  The windows
  52. help file shows up the paragraph alignments and examples better tho.
  53.  
  54. The use of RTFGEN is free.  However, if you find it useful, have suggestions,
  55. or find bugs, I'd like to hear from you.  Future support, changes will
  56. probably depend on how useful it turns out to be.
  57.  
  58.  
  59. Dave Baldwin
  60.    Compuserve ID 76327,53
  61.  
  62.