home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / cdrom / demo / ssls / -pralog.bat next >
Encoding:
DOS Batch File  |  1991-05-14  |  231 b   |  12 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo Make sure the printer has paper and is ready to print.
  5. echo.
  6. echo Press any key to start printing or press CTRL-C to cancel...
  7. pause > nul
  8. echo.
  9. echo Printing...
  10. copy shortcat.lst prn
  11. echo.
  12. echo.