home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF033A.ZIP / ORDER.BAT next >
DOS Batch File  |  1991-02-10  |  245b  |  16 lines

  1. echo off
  2. cls
  3. echo .
  4. echo .
  5. echo .    Order form about to print.
  6. echo .
  7. echo .    Make sure printer is on, and paper is aligned....
  8. echo .
  9. echo .    or press "Ctrl-Break" to quit.
  10. echo .
  11. echo .
  12. pause
  13. copy order.frm prn
  14. echo on
  15. cls
  16.