home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT234.ZIP / MX-110.EXE / GO.BAT < prev    next >
DOS Batch File  |  1992-01-10  |  830b  |  23 lines

  1. @echo off
  2. rem - GO.BAT - used to display the READ-ME.1ST file and then start METRIC-X
  3. cls
  4. echo  
  5. echo        ╔═══════════════════════════════════════════════════════════╗
  6. echo        ║ Welcome to   METRIC-X (tm)    Metric Conversion Shareware ║
  7. echo        ╚═══════════════════════════════════════════════════════════╝
  8. echo             Member: Association of Shareware Professionals (ASP)
  9. echo  
  10. echo       ┌─────────────────────────────────────────────────────────────┐
  11. echo       │ This DOS Batch file will first display the READ-ME.1ST file │
  12. echo       │ and will then run the  METRIC-X  program (the MX.EXE file). │
  13. echo       └─────────────────────────────────────────────────────────────┘
  14. echo                       Ctrl+C  to ABORT & EXIT to DOS
  15. echo  
  16. echo  
  17. pause
  18. cls
  19. type READ-ME.1ST
  20. pause
  21. MX
  22. cls
  23.