Metropoli BBS
VIEWER: printdoc.bat MODE: TEXT (CP437)
Echo Off
Cls
Echo ┌───────────────────────────────────────────────────────┐
Echo │ PrintDoc: 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 "PrintDoc LPT2" or   │
Echo │   "PrintDoc 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.
[ RETURN TO DIRECTORY ]