home *** CD-ROM | disk | FTP | other *** search
/ CD Action 14 A & 15 A / cdactioncoverdisc / flight / install.bat < prev    next >
DOS Batch File  |  1995-05-05  |  231b  |  12 lines

  1. @echo off
  2. if exist .\cdrom\engpile\audinstr.res goto all_ok
  3. echo Please run install directly from the CD-ROM base directory...
  4. goto exit
  5. :all_ok
  6. echo Loading install....
  7. inst\initial.exe
  8. echo ...install finished
  9. :exit
  10.  
  11.  
  12.