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.BAK next >
Text File  |  1980-01-01  |  3KB  |  68 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 create a playable version of
  47. echo "Prophecy I: The Fall of Trinadon" in any directory
  48. echo of 720K or more (hard disk or High Capacity Drive).
  49. echo This tool should be used to create a playable version
  50. echo of Prophecy on a hard drive.  You may provide an
  51. echo optional name for the created game directory, as
  52. echo shown in Example #2. If you do not, the name PROPHECY
  53. echo will be used.
  54. echo -----------------------------------------------------
  55. echo Example #1:  INSTALLH C:
  56. echo   where C: represents the hard drive that will 
  57. echo         contain the playable copy of Prophecy. The
  58. echo         directory PROPHECY will be created on drive C:.
  59. echo Example #2:  INSTALLH D:\GAMES [optional directory]
  60. echo   where D:\GAMES represents the directory GAMES on 
  61. echo         drive D:
  62. echo   where [optional directory] may be any name for
  63. echo         different copies of Prophecy, with a maximum
  64. echo         of eight characters.  This is useful for
  65. echo         multiple playable copies of Prophecy on a
  66. echo         hard drive or High Capacity Drive of 720K or more.
  67. :quit
  68. echo on