home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT102.ZIP / GO.BAT < prev    next >
DOS Batch File  |  1989-05-29  |  840b  |  18 lines

  1. echo off
  2. cls
  3. echo  ╔═════════════════════════════════════════════════════════════════════╗
  4. echo  ║                                                                     ║
  5. echo  ║                                                                     ║
  6. echo  ║  If you do not have a printer press the "CTRL and BREAK" keys to    ║
  7. echo  ║     stop this program. You may also view the Guide by typing        ║
  8. echo  ║        A:\VIEW GUIDEME.1ST     At the DOS prompt                    ║
  9. echo  ║                                                                     ║
  10. echo  ║                                                                     ║
  11. echo  ╚═════════════════════════════════════════════════════════════════════╝
  12. echo  .
  13. echo ON 
  14. PAUSE Turn printer on to print Guide To Running PROGRAMS
  15. ECHO OFF
  16. TYPE GUIDEME.1ST > LPT1
  17.  
  18.