home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 1 / ClassicFond01.iso / simulato / wca-sp.zip / INSTALL.SCR < prev    next >
Text File  |  1993-09-04  |  1KB  |  61 lines

  1. clear
  2. space %1: 1000 NoSpace
  3.  
  4. clear
  5. echo 
  6. echo
  7. echo
  8. echo Extracting Wingman Voices ... 
  9. %2:\wcaspech.exe %1:%4\gamedat -o > nul
  10.  
  11. clear
  12. echo
  13. echo Please read the README file for the latest game
  14. echo updates and system changes, especially if you are
  15. echo installing Wing Commander Academy on a system
  16. echo running under STACKER or SUPERSTOR. 
  17. echo
  18. echo
  19. echo To view the README file, re-run the install program
  20. echo from your  %1:%4 directory and select the
  21. echo "View documentation update in README file" option
  22. echo from the install menu. (NOT AVAILABLE)
  23. echo
  24. pause
  25. clear
  26. echo
  27. echo
  28. echo To play Wing Commander Academy now:
  29. echo   Type CD.. [ENTER]
  30. echo   Type WCA [ENTER]
  31. echo
  32. echo To play later:
  33. echo   Change directory to %1:%4,
  34. echo   and type WCA [ENTER]
  35. echo
  36. echo
  37. echo Thank you for purchasing WCA Wingman Voice Addition!
  38. echo
  39. echo
  40.  
  41. pause
  42. goto Exit2
  43.  
  44.  
  45. :NoSpace
  46. clear
  47. echo
  48. echo You do not have enough disk space on %1
  49. echo to install WCA Extra Voices!
  50. echo 1.0 megabytes of hard disk space are required.
  51. echo
  52. pause
  53.  
  54. :Exit2
  55. end
  56.  
  57. :CantCreate
  58. alert Cannot create directory %1:%4.
  59. end
  60.  
  61.