home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / slvit42b.zip / ORDER.BAT < prev    next >
DOS Batch File  |  1992-08-15  |  256b  |  17 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.doc prn
  14. cls
  15. echo Thank You!
  16. echo on
  17.