home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 180 / manual.bat < prev    next >
DOS Batch File  |  1989-08-16  |  477b  |  16 lines

  1. echo off
  2. cls
  3. echo You are about to copy the documentation to your printer
  4. pause
  5. echo Printing......
  6. copy *.DOC prn
  7. copy *.txt prn
  8. copy read*.* prn
  9. copy manual*.* prn
  10. copy *.new prn
  11. echo All done. Ignore any "File Not Found" error statements that
  12. echo might have appeared on your screen. These are normal and should
  13. echo not cause you any concern. Be sure to read all instuctions that
  14. echo you have just printed out before attempting to run the program.
  15. echo on
  16.