home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PERSONAL / BBALL.ZIP / PRINT.BAT < prev    next >
DOS Batch File  |  1994-02-25  |  197b  |  9 lines

  1. @echo off
  2. cls
  3. echo I will now proceed to print the seven page manual that came with this
  4. echo program. If you don't want this to happen hit Ctrl-C.
  5. echo .
  6. echo .
  7. pause
  8. type manual.txt>lpt1
  9.