home *** CD-ROM | disk | FTP | other *** search
- echo off
- laser4up %1 %2 %3
- echo:
- echo Press any key to print the back sides of the page or
- echo press Ctrl-C to cancel printing.
- echo:
- pause ** Press any key to print / Ctrl-C to stop **
- copy laser4up.txt prn > nul
- echo:
- echo Press any key to delete LASER4UP.TXT or
- echo press Ctrl-C to cancel deleting it.
- echo:
- pause ** Press any key to delete / Ctrl-C to stop **
- del laser4up.txt > nul