home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / megawars.lha / Execute.Me < prev    next >
Encoding:
Text File  |  1990-11-28  |  2.0 KB  |  66 lines

  1. echo ""
  2. echo "Making necessary directories.."
  3. makedir PFiles:MWars
  4. makedir PFiles:MWars/Text
  5. makedir PFiles:MWars/Players
  6. makedir PFiles:MWars/Games
  7. makedir PFiles:MWars/Ships
  8. echo "Copying necessary files.."
  9. copy Mega-Wars PFiles:
  10. copy M6a PFiles:
  11. copy MW.Reset
  12. delete MW.Reset
  13. delete Mega-Wars
  14. delete M6a
  15. copy Critic#? PFiles:MWars/ quiet
  16. delete Critic#? quiet
  17. copy Information PFiles:MWars/
  18. delete Information
  19. copy sys.Menu PFiles:MWars/
  20. delete sys.Menu
  21. copy Welcome PFiles:MWars/
  22. delete Welcome
  23. copy MW.GameText PFiles:MWars/Text/
  24. copy sys.Acherons PFiles:MWars/Text
  25. delete MW.GameText
  26. delete sys.Acherons
  27. copy MW.#? PFiles:MWars/ quiet
  28. delete MW.#? quiet
  29. copy Ships.#? PFiles:MWars/Ships/ quiet
  30. delete Ships.#? quiet
  31. copy L#? PFiles:MWars/Ships/ quiet
  32. delete L#? quiet
  33. copy N#? PFiles:MWars/Ships/ quiet
  34. delete N#? quiet
  35. copy R#? PFiles:MWars/Ships/ quiet
  36. delete R#? quiet
  37. copy S#? PFiles:MWars/Ships/ quiet
  38. delete S#? quiet
  39. copy V#? PFiles:MWars/Ships/ quiet
  40. delete V#? quiet
  41. copy D#? PFiles:MWars/Ships/ quiet
  42. delete D#? quiet
  43. copy G#? PFiles:MWars/Ships/ quiet
  44. delete G#? quiet
  45. copy H#? PFiles:MWars/Ships/ quiet
  46. delete H#? quiet
  47. copy T#? PFiles:MWars/Ships/ quiet
  48. delete T#? quiet
  49. copy W#? PFiles:MWars/Ships/ quiet
  50. delete W#? quiet
  51. echo ""
  52. echo "All copying and re-arranging is complete."
  53. echo "The only files that remain in this directory should be the instruction"
  54. echo "files for this version of Mega-Wars. (only for your use. not needed for"
  55. echo "game-play)."
  56. echo ""
  57. echo "NOW, what you want to do is ADD the game 'Mega-Wars' to the PFiles"
  58. echo "section of your BBS. After adding that, also ADD the file 'MW.Reset'"
  59. echo "BUT ONLY GIVE YOURSELF ACCESS TO THIS FILE! This is a maintenance file"
  60. echo "that resets the Mega-Wars 'map'. After adding both files (both of which"
  61. echo "are ARexx files), simply run the 'MW.Reset' file once and your game will"
  62. echo "configure perfectly. Should the need ever arise to reset the map on"
  63. echo "Mega-Wars, simply run this file again. The game is designed to run"
  64. echo "forever without having to run this file ever again."
  65. echo ""
  66.