home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / Othergam / PROPH-1.ZIP / PROPHECY / INSTALLH.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  2KB  |  63 lines

  1. echo off
  2. cls
  3. if "%1" == "" goto badstart
  4. if "%2" == "" goto prophecy
  5. echo Creating Prophecy Game Directories...
  6. md %1\%2 > nul
  7. md %1\%2\images > nul
  8. md %1\%2\monsters > nul
  9. md %1\%2\maps > nul
  10. md %1\%2\messages > nul
  11. md %1\%2\music > nul
  12. echo Copying Prophecy I: The Fall of Trinadon Files...
  13. copy images %1\%2\images > nul
  14. copy monsters %1\%2\monsters > nul
  15. copy maps %1\%2\maps > nul
  16. copy messages %1\%2\messages > nul
  17. copy music %1\%2\music > nul
  18. copy savegame.dta %1\%2 > nul
  19. copy prophecy.exe %1\%2 > nul
  20. echo Insert Prophecy 5.25" Disk #2 and type:
  21. echo  COPY IMAGES %1\%2\IMAGES
  22. echo This will complete your hard drive installation.
  23. goto quit
  24. :prophecy
  25. echo Creating Prophecy Game Directories...
  26. md %1\prophecy > nul
  27. md %1\prophecy\images > nul
  28. md %1\prophecy\monsters > nul
  29. md %1\prophecy\maps > nul
  30. md %1\prophecy\messages > nul
  31. md %1\prophecy\music > nul
  32. echo Copying Prophecy I: The Fall of Trinadon Files...
  33. copy images %1\prophecy\images > nul
  34. copy monsters %1\prophecy\monsters > nul
  35. copy maps %1\prophecy\maps > nul
  36. copy messages %1\prophecy\messages > nul
  37. copy music %1\prophecy\music > nul
  38. copy savegame.dta %1\prophecy > nul
  39. copy prophecy.exe %1\prophecy > nul
  40. echo Insert Prophecy 5.25" Disk #2 and type:
  41. echo  COPY IMAGES %1\PROPHECY\IMAGES 
  42. echo This will complete your hard drive installation.
  43. goto quit
  44. :badstart
  45. echo ---------------------------------------
  46. echo Use installh to copy
  47. echo "Prophecy I: The Fall of Trinadon" to
  48. echo your hard disk.  To install this game
  49. echo onto your hard disk, type the
  50. echo following:
  51. echo  
  52. echo installh c:
  53. echo  
  54. echo Where your hard disk is designated as
  55. echo drive c:.  If your hard disk has a 
  56. echo letter designation other than c:, use
  57. echo it instead.  For a more detailed
  58. echo explanation of the installh program,
  59. echo consult your game manual.
  60. echo ---------------------------------------
  61. echo  
  62. :quit
  63. echo on