home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 6 / 1995-05_Disc_6.iso / patches / al101.exe / INSTALL.SCR < prev    next >
Text File  |  1994-12-02  |  2KB  |  68 lines

  1. clear
  2. echo The install program will now copy the Alien Legacy
  3. echo v1.01 patch utility to the directory called
  4. echo
  5. echo %1:%4
  6. echo
  7. echo on your hard drive.  This should be the directory where
  8. echo you previously installed Alien Legacy.
  9. echo
  10. echo If the installation process fails for any reason, you
  11. echo should consult the README file on this disk for tips on
  12. echo resolving the problem.
  13. echo
  14. echo Do you wish to (C)ontinue or (E)xit?
  15. pick ce Continue Exit
  16.  
  17. :Continue
  18. clear
  19. godir %1:%4 CantCreate
  20.  
  21. clear
  22. echo Copying the patch utility files.
  23. echo
  24. exists %2:PATCH.RTP Please insert the disk labeled "Install Utilities" in drive %2:.
  25. copy %2:PATCH.EXE
  26. copy %2:PATCH.RTP
  27. copy %2:INSTALL.EXE
  28. copy %2:INSTALL.HLP
  29. copy %2:INSTALL.TXT
  30. copy %2:RESOURCE.CFG
  31. copy %2:README.BAT
  32. copy %2:README
  33. echo
  34. echo It appears that the Alien Legacy patch files have been
  35. echo successfully installed to your hard drive.
  36. echo
  37. pause
  38.  
  39. clear
  40. echo You may now convert your copy of Alien Legacy v1.00
  41. echo into v1.01 by running the patch utility.  To begin
  42. echo playing the new version after the patch has been
  43. echo applied, just start Alien Legacy as usual (i.e. just
  44. echo type AL and then press [ENTER] from the appropriate
  45. echo directory).
  46. echo
  47. echo To apply the patch NOW:
  48. echo    Type PATCH and press [ENTER].
  49. echo
  50. echo To apply the patch LATER:
  51. echo    From the root directory of %1:
  52. echo    Type CD %4 and press [ENTER], then
  53. echo    Type PATCH and press [ENTER].
  54. echo
  55. pause
  56. end
  57.  
  58. :CantCreate
  59. clear
  60. echo
  61. alert Unable to create directory %4
  62. end
  63.  
  64. :Exit
  65. end
  66.  
  67.  
  68.