home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 3 / cd.iso / earth / install.bat < prev    next >
DOS Batch File  |  1994-12-01  |  642b  |  29 lines

  1. @echo off
  2. mode co80
  3. cd install
  4.  
  5. echo Please wait . . .
  6. copyfilz %1 %2 %3 %4 %5 %6 %7 %8 %9
  7. rem if errorlevel 1 goto end
  8. if not exist install.scr goto worked3
  9. cd ..
  10. goto end
  11.  
  12. :worked3
  13. if not exist soundset.exe goto end
  14. soundset
  15. data\addr
  16. cls
  17. rem echo  To play the EarthSiege demo NOW:
  18. rem echo     Type ESDEMO and press [ENTER].
  19. rem echo  . 
  20. rem echo  To play LATER:
  21. rem echo     CD to the game directory.
  22. rem echo     Type ESDEMO and press [ENTER].
  23. rem echo  .
  24. rem echo  If you should ever need to change your sound card
  25. rem echo  selection or settings, CD to the game directory
  26. rem echo  and run SOUNDSET.
  27.  
  28. :end
  29.