home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo Make sure the printer has paper and is ready to print.
- echo.
- echo Press any key to start printing or press CTRL-C to cancel...
- pause > nul
- echo.
- echo Printing...
- copy shortcat.lst prn
- echo.
- echo.