home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_38 / SPPRO406.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-10-07  |  253b  |  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