home *** CD-ROM | disk | FTP | other *** search
/ 3D Madness! Companion CD / 3DMADNESS.iso / games / gknight / gknight.exe / LOADER.BAT < prev    next >
DOS Batch File  |  1993-06-15  |  1KB  |  57 lines

  1. @echo off
  2. rem Cartoon.bat                                                                                                                                
  3. rem Greg Tomko-Pavia 14 June 93
  4. rem Copyright 1993 by Sierra On-Line
  5. rem
  6. rem This batch file will install patches to a previously 
  7. rem installed Gabriel Knight demo. The patches will load
  8. rem the opening cartoon movie sequence.
  9. rem 
  10.  
  11.  
  12. cls
  13. if "%0"=="loader" goto ready
  14. if "%2"=="" goto info
  15. copy %1:cartoon.bat %2:loader.bat
  16. %2:
  17. loader %1 
  18. goto exit
  19.  
  20.  
  21. :info
  22. echo You will need approximately 7 megabytes of free space on your hard
  23. echo drive. To load the opening cartoon please insure that the current
  24. echo directory on your hard drive is the gabriel knight directory. Then
  25. echo run this batch file from the floppy, telling it the "from" and "to"
  26. echo drive letters. Example:
  27. echo
  28. echo cartoon a c
  29. echo
  30. echo The above will load the gabriel knight opening cartoon from floppy
  31. echo drive "a:" to the hard drive "c:"
  32. goto exit
  33.  
  34.  
  35. :ready
  36. echo Please answer yes to all overwrite prompts...
  37. copy %1:seqs.zip
  38. copy %1:pkunzip.exe
  39. pkunzip seqs
  40. del seqs.zip
  41.  
  42. echo Insert disk 2 into drive %1 and then
  43. pause
  44.  
  45. copy %1:moreseqs.zip
  46. pkunzip moreseqs
  47. del moreseqs.zip
  48. del pkunzip.exe
  49.  
  50. echo.
  51. echo Done!
  52. echo. 
  53.  
  54.  
  55.  
  56. :exit
  57.