home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ┌───────────────────────────────────────────────────┐
- echo │ This program prints the contents of the Org Plus │
- echo │ README file to your printer connected to lpt1. │
- echo │ │
- echo │ Be sure to load your printer with continuous │
- echo │ form paper before proceeding. │
- echo └───────────────────────────────────────────────────┘
- echo
- pause
- copy readme.bin lpt1:
- echo
- echo ┌───────────────────────────────────────────────────┐
- echo │ Printing is completed │
- echo └───────────────────────────────────────────────────┘
-