home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / Othergam / GLDRSH-1.ZIP / _INSTALL.BAT < prev    next >
DOS Batch File  |  1988-10-14  |  904b  |  46 lines

  1. rem    ----    Copy the files from disk 1. 
  2. copy *.* %1\sierra\gr
  3. del %1\sierra\gr\installh.bat
  4. copy %1\sierra\gr\_gr.bat %1\sierra\gr.bat
  5. del %1\sierra\gr\_gr.bat
  6. ren %1\sierra\gr\sierra.com gr.com
  7.  
  8. :GetVol2 
  9. echo Please put disk 2 of Gold Rush in the drive. 
  10. pause 
  11. if not exist grvol.2 goto :GetVol2 
  12.  
  13. copy *.* %1
  14.  
  15. :GetVol3 
  16. echo Please put disk 3 of Gold Rush in the drive. 
  17. pause 
  18. if not exist grvol.3 goto :GetVol3 
  19.  
  20. copy *.* %1
  21.  
  22. :GetVol4
  23. echo Please put disk 4 of Gold Rush in the drive. 
  24. pause 
  25. if not exist grvol.4 goto :GetVol4
  26.  
  27. copy *.* %1
  28.  
  29. :GetVol5
  30. echo Please put disk 5 of Gold Rush in the drive. 
  31. pause 
  32. if not exist grvol.5 goto :GetVol5
  33.  
  34. copy *.* %1
  35.  
  36. rem    ----    Everything has been copied -- tell the user how 
  37. rem    ----    to start the game. 
  38. echo   
  39. echo   
  40. %1 
  41. cd \sierra 
  42. echo To play Gold Rush, type 
  43. echo     cd \sierra 
  44. echo Then type 
  45. echo     gr
  46.