home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
gamecard
/
blackj22.arj
/
PRINTBJ.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-01-21
|
1KB
|
44 lines
echo off
cls
echo
echo
if not ""=="%1" goto sayuser
echo Printing to STANDARD PRINTER (Usually LPT1:)
goto msg
:sayuser
echo Printing to %1
:msg
echo
echo Make sure your printer has at least 30 sheets of paper, and is set
echo to the TOP of the page.
echo ───
echo
echo If your printer is NOT connected to LPT1: cancel this operation
echo and rerun PRINTBJ followed by the name of the device you wish to
echo use for printing. For example, to use LPT2: type
echo
echo PRINTBJ LPT2: (include the ":")
echo
echo If you wish to cancel this operation press [Ctrl] + [C] then [Y]
echo otherwise,
echo
pause
if not ""==%1 goto user
copy bj-docs.txt prn
copy comments.txt prn
goto end
:user
copy bj-docs.txt %1
copy comments.txt %1
:end
echo
echo
echo Printing is now complete.
echo Please take a moment to read over the documentation.
echo It contains useful information on Blackjack and BlackJack!.
echo
echo ┌────────────────────────────────────┐
echo │ Thank you for examining BlackJack! │
echo │ Your support makes ShareWare work. │
echo └────────────────────────────────────┘