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 40 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 register.frm prn
goto end
:user
copy bj-docs.txt %1
copy register.frm %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                      ĄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄŁ
