home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 99.img / ORGP50D2.ZIP / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1990-06-26  |  661b  |  17 lines

  1. echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────┐
  4. echo │  This program prints the contents of the Org Plus │
  5. echo │  README file to your printer connected to lpt1.   │
  6. echo │                                                   │
  7. echo │  Be sure to load your printer with continuous     │
  8. echo │  form paper before proceeding.                    │
  9. echo └───────────────────────────────────────────────────┘
  10. echo  
  11. pause
  12. copy readme.bin lpt1:
  13. echo  
  14. echo ┌───────────────────────────────────────────────────┐
  15. echo │              Printing is completed                │
  16. echo └───────────────────────────────────────────────────┘
  17.