home *** CD-ROM | disk | FTP | other *** search
/ Crazy Collection 12 / CC-12_2.iso / update / mtech / install.bat < prev    next >
Encoding:
DOS Batch File  |  1995-03-22  |  839 b   |  45 lines

  1. @echo off
  2. mode co80
  3.  
  4.  
  5. cls
  6. echo.
  7. echo.
  8. echo.
  9. echo.
  10. echo.
  11. echo.
  12. echo.
  13. echo.
  14. echo.
  15.  
  16. echo The EarthSiege Expansion Pack requires some of the resources provided by 
  17. echo MetalTech: EarthSiege. When prompted for the installation directory, please
  18. echo specify the directory to which EarthSiege has already been installed.
  19. echo.
  20. pause
  21. echo Please wait . . .
  22. cd english
  23. ..\copyfilz %1
  24. if exist m1d goto worked1
  25. echo Install failed.
  26. goto end
  27.  
  28. :worked1
  29. if not exist data\prefs.cfg soundset
  30. cls
  31. echo  To play NOW:
  32. echo     Type ES and press [ENTER].
  33. echo. 
  34. echo  To play LATER:
  35. echo     CD to the game directory.
  36. echo     Type ES and press [ENTER].
  37. echo.
  38. echo  If you should ever need to change your sound card
  39. echo  selection or settings, CD to the game directory
  40. echo  and run SOUNDSET.
  41. goto end
  42.  
  43. :end
  44.  
  45.