home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR15 / AMTAX93.ZIP / README.BAT < prev    next >
DOS Batch File  |  1993-11-23  |  217b  |  15 lines

  1. echo off
  2. cls
  3. if p%1 == pP goto print
  4. if p%1 == pp goto print
  5. type readme.1
  6. pause
  7. goto end
  8. :print
  9. echo on
  10. rem    Ready to print README file.  Turn on your printer...
  11. pause
  12. copy readme.1 prn
  13. echo on
  14. :end
  15.