home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if %1!==! goto USAGE
- if not exist %1\MAIN.EXE goto ERR
- patch %1
- goto SUCCESS
- :ERR
- echo.
- echo *** Could not find the Legend of Kyrandia in:
- echo %1
- echo please check path.
- :USAGE
- echo █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
- echo █ Legend of Kyrandia Update █
- echo █ to version 1.30 █
- echo █ █
- echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- echo.
- echo To convert the Legend of Kyrandia files to version 1.30, type
- echo "INSTALL" followed by a space and the name of the directory
- echo where the program was originally installed.
- echo.
- echo For example, if the update files are located on a disk in
- echo drive A:, and Kyrandia was originally installed to
- echo C:\WESTWOOD\KYRANDIA, the commands would look like this:
- echo.
- echo A:
- echo INSTALL C:\WESTWOOD\KYRANDIA
- echo.
- goto end
- :SUCCESS
- echo Updated "The Legend of Kyrandia" to version 1.30
- echo.
- :END
-
-