home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Multi-CD Magazin 1994 April
/
MultiCDMagazin0494.iso01.iso
/
sw_top10
/
cshw850a
/
readme.bat
< prev
next >
Wrap
DOS Batch File
|
1992-09-10
|
602b
|
20 lines
Echo Off
Cls
Echo ┌─────────────────────────────────────────────────────┐
Echo │ README: print all CompuShow documentation (on LPT1) │
Echo ├─────────────────────────────────────────────────────┤
Echo │ To send the output to another printer, cancel by │
Echo │ typing ^C at the pause and say "README LPT2" or │
Echo │ "README Com1", etc. │
Echo └─────────────────────────────────────────────────────┘
Echo On
Pause Type ^C to cancel, any other key to print
If [%1]==[] GoTo P1
GoTo P2
:P1
Copy *.Doc Lpt1
GoTo P3
:P2
Copy *.Doc %1
:P3
REM done.