home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / AZ_096.ISO / blakjack / printbj.bat < prev    next >
DOS Batch File  |  1988-12-01  |  288b  |  14 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo     Make sure your printer has at least 20 sheets of paper, and is set
  7. echo     to the top of the page.
  8. echo  
  9. echo     If you wish to cancel this operation press [Ctrl] + [C] then [Y]
  10. echo     otherwise,
  11. pause
  12. copy bj-docs.txt lpt1:
  13.  
  14.