home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / refbas21.zip / PRINTFRM.BAT < prev    next >
DOS Batch File  |  1988-09-26  |  286b  |  12 lines

  1. echo off
  2. cls
  3. echo A registration form for REFBASE2 will be printed on your printer.
  4. echo  
  5. echo On dot matrix printers, make sure the top perforation is lined up
  6. echo with the printhead.
  7. echo  
  8. echo Pressing any key now will start printing.
  9. pause >nul
  10. copy register.frm prn
  11.  
  12.