home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / wpj_mag / wpjv1n7.zip / HELPSAMP.ZIP / SAMPLGEN.BAT < prev   
DOS Batch File  |  1993-07-25  |  153b  |  9 lines

  1. @echo off
  2. @echo Generating RTF file.
  3. @rtfgen sample.txt
  4. @if errorlevel 1 goto done
  5. @echo Generating Help File.
  6. @hc31 sample > sample.err
  7. :done
  8.  
  9.