home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 1 / 1994-12_-_Disc_1.iso / patches / kyrapt.zip / INSTALL.BAT next >
DOS Batch File  |  1993-04-08  |  1KB  |  36 lines

  1. @echo off
  2. cls
  3. if %1!==! goto USAGE
  4. if not exist %1\MAIN.EXE goto ERR
  5. patch %1
  6. goto SUCCESS
  7. :ERR
  8. echo. 
  9. echo *** Could not find the Legend of Kyrandia in: 
  10. echo     %1 
  11. echo     please check path.
  12. :USAGE
  13. echo              █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  
  14. echo              █   Legend of Kyrandia Update  █
  15. echo              █       to version 1.30        █
  16. echo              █                              █
  17. echo              ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  18. echo. 
  19. echo To convert the Legend of Kyrandia files to version 1.30, type
  20. echo "INSTALL" followed by a space and the name of the directory
  21. echo where the program was originally installed.
  22. echo. 
  23. echo For example, if the update files are located on a disk in
  24. echo drive A:, and Kyrandia was originally installed to 
  25. echo C:\WESTWOOD\KYRANDIA, the commands would look like this:
  26. echo. 
  27. echo A:
  28. echo INSTALL C:\WESTWOOD\KYRANDIA
  29. echo. 
  30. goto end
  31. :SUCCESS
  32. echo Updated "The Legend of Kyrandia" to version 1.30
  33. echo. 
  34. :END
  35.  
  36.