home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / baslin.zip / PRINTMAN.BAT < prev    next >
DOS Batch File  |  1987-10-26  |  307b  |  10 lines

  1. cls
  2. REM This batch file will print a copy of the manual for BASIC Line Numbers.
  3. REM Place your BASIC Line Numbers disk in your default drive. Then make sure
  4. REM that your printer is turned on, online, and has at least 24 pages of paper
  5. REM ready.
  6. PAUSE
  7. copy manual.txt PRN:
  8. rem FINISHED PRINTING
  9.  
  10.