home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
99.img
/
ORGP50D2.ZIP
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-06-26
|
661b
|
17 lines
echo off
cls
echo ┌───────────────────────────────────────────────────┐
echo │ This program prints the contents of the Org Plus │
echo │ README file to your printer connected to lpt1. │
echo │ │
echo │ Be sure to load your printer with continuous │
echo │ form paper before proceeding. │
echo └───────────────────────────────────────────────────┘
echo
pause
copy readme.bin lpt1:
echo
echo ┌───────────────────────────────────────────────────┐
echo │ Printing is completed │
echo └───────────────────────────────────────────────────┘