home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 002.INSTALL.BAT < prev    next >
DOS Batch File  |  1990-09-20  |  919b  |  42 lines

  1. echo off
  2. cls
  3. if "%1" == "" goto usage
  4. if not exist %1\nul goto noLocate
  5. echo If the error "Unable to create directory" appears
  6. echo onscreen, Please disregard message. Thank-you.
  7. echo  
  8. md %1\sierra
  9. md %1\sierra\kq1demo
  10. echo  
  11. echo Copying and Extracting files, please wait ...
  12. copy demo.exe %1\sierra\kq1demo
  13. copy kq1demo.bat %1\sierra
  14. copy exists.com %1\sierra
  15. %1
  16. cd \sierra\kq1demo
  17. demo
  18. cd..
  19. cls
  20. echo  
  21. echo Finished Copying and extracting.
  22. echo  
  23. echo To play the King's Quest I demo,
  24. echo     type: kq1demo
  25. echo  
  26. echo If you have not run the install program.
  27. echo Typing "Kq1demo" will automatically run the install.
  28. echo then play the demo.
  29. echo  
  30. echo NOTE: The last step of the install, when it states:
  31. echo  
  32. echo           ╚═════(ESC or C through Z)═════╝
  33. echo  
  34. echo       press the ESC key.
  35. goto end
  36. :noLocate
  37. echo ERROR: Illegal Drive %1
  38. :usage
  39. type read.me
  40. :end
  41.  
  42.