home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / dos_misc / numrolgy.zip / PRODUCTS.BAT < prev    next >
DOS Batch File  |  1992-05-05  |  768b  |  25 lines

  1. echo off
  2. cls
  3. echo  
  4. echo ┌───────────────────────────────────────────────────────────┐
  5. echo │                                                           │
  6. echo │  You are about to print the Product Catalog & Order Form  │
  7. echo │                                                           │
  8. echo │        Please ready your printer to print 4 pages         │
  9. echo │                                                           │
  10. echo └───────────────────────────────────────────────────────────┘
  11. echo  
  12. echo     You can press  (Ctrl)(Break) to cancel this job now, or
  13. echo             press any other key to continue.
  14. echo  
  15. pause
  16. echo  
  17. echo     Printing. . .
  18. echo  
  19. copy products.doc lpt1:
  20. echo  
  21. echo  
  22. echo     Printing completed
  23. echo  
  24. echo  
  25.