home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / m / m003_1 / sb_sp.ddi / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-10-07  |  253 b   |  15 lines

  1. echo off
  2. cls
  3. if not exist INTRO1.TXT goto :FAIL
  4. type INTRO1.TXT
  5. pause > nul
  6. cls
  7. type INTRO2.TXT
  8. pause > nul
  9. cls
  10. type INTRO3.TXT
  11. goto :END
  12. :FAIL
  13. echo You must log onto the drive with the Voyetra disk in it before typing INSTALL
  14. :END
  15. echo on