home *** CD-ROM | disk | FTP | other *** search
- clear
- echo The install program will now copy the Alien Legacy
- echo v1.01 patch utility to the directory called
- echo
- echo %1:%4
- echo
- echo on your hard drive. This should be the directory where
- echo you previously installed Alien Legacy.
- echo
- echo If the installation process fails for any reason, you
- echo should consult the README file on this disk for tips on
- echo resolving the problem.
- echo
- echo Do you wish to (C)ontinue or (E)xit?
- pick ce Continue Exit
-
- :Continue
- clear
- godir %1:%4 CantCreate
-
- clear
- echo Copying the patch utility files.
- echo
- exists %2:PATCH.RTP Please insert the disk labeled "Install Utilities" in drive %2:.
- copy %2:PATCH.EXE
- copy %2:PATCH.RTP
- copy %2:INSTALL.EXE
- copy %2:INSTALL.HLP
- copy %2:INSTALL.TXT
- copy %2:RESOURCE.CFG
- copy %2:README.BAT
- copy %2:README
- echo
- echo It appears that the Alien Legacy patch files have been
- echo successfully installed to your hard drive.
- echo
- pause
-
- clear
- echo You may now convert your copy of Alien Legacy v1.00
- echo into v1.01 by running the patch utility. To begin
- echo playing the new version after the patch has been
- echo applied, just start Alien Legacy as usual (i.e. just
- echo type AL and then press [ENTER] from the appropriate
- echo directory).
- echo
- echo To apply the patch NOW:
- echo Type PATCH and press [ENTER].
- echo
- echo To apply the patch LATER:
- echo From the root directory of %1:
- echo Type CD %4 and press [ENTER], then
- echo Type PATCH and press [ENTER].
- echo
- pause
- end
-
- :CantCreate
- clear
- echo
- alert Unable to create directory %4
- end
-
- :Exit
- end
-
-
-