home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / be102.zip / BE.BAT next >
DOS Batch File  |  1989-07-28  |  210b  |  14 lines

  1. echo off
  2. cls
  3. echo  To print "BreakEven" Registration Form
  4. echo  Put the disk containing BE.REG
  5. echo  in Drive A:
  6. echo.
  7. echo  Turn on your printer
  8. echo.
  9. echo.
  10. pause
  11. echo off
  12. A:
  13. type A:\BE.REG > PRN
  14.