home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lion Share
/
lionsharecd.iso
/
dos_misc
/
numrolgy.zip
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-06-02
|
896b
|
25 lines
echo off
cls
echo
echo ┌──────────────────────────────────────────────────────────────────┐
echo │ │
echo │ You are about to print the Personal Numerologist's README file │
echo │ │
echo │ Please ready your printer to print 6 pages │
echo │ │
echo └──────────────────────────────────────────────────────────────────┘
echo
echo You can press (Ctrl)(Break) to cancel this job now, or
echo press any other key to continue.
echo
pause
echo
echo Printing. . .
echo
copy readme lpt1:
echo
echo
echo Printing completed
echo
echo