home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 26 / amigaformatcd26.iso / -screenplay- / hd_installers / odyssey2hd / odyssey.install < prev    next >
Text File  |  1998-03-09  |  2KB  |  100 lines

  1.  
  2. (onerror
  3.    (makeassign "ODYSSEY" (safe)))
  4.  
  5. (complete 0)
  6.  
  7. (makeassign "ODYSSEY" (safe))
  8.  
  9. (set is_update 0)
  10.  
  11. (message "\n\nODYSSEY HD INSTALLER\n"
  12.          "BY\n"
  13.          "CYANIDE / LSD")
  14.  
  15. (set ODYSSEY_Dest (getassign "ODYSSEY" "a"))
  16.  
  17. (if ODYSSEY_Dest
  18.    (message "You have already installed ODYSSEY on this\n"
  19.              "system The current copy is located in the\n"
  20.              "drawer named \"" ODYSSEY_Dest"\".")
  21.     (set ODYSSEY_Dest
  22.         (tackon
  23.             (askdir
  24. (prompt "Where do you want ODYSSEY installed?\n"
  25.         "A directory will automatically be created for you.\n")
  26.     (help @askdir-help)
  27.         (default @default-dest))
  28. "ODYSSEY"))
  29.     (set ODYSSEY_Dest
  30.         (tackon
  31.             (askdir
  32. (prompt "Where do you want ODYSSEY installed?")
  33.     (help @askdir-help)
  34.         (default @default-dest))
  35. "ODYSSEY")))
  36.  
  37. (if     (not is_update)
  38.    (makedir ODYSSEY_Dest (infos)))
  39.  
  40. (set @default-dest ODYSSEY_Dest)
  41.  
  42. (run "Odyssey:Cracktro.Exe") 
  43.  
  44. (run "Odyssey:np -p2 Odyssey:Module")
  45.  
  46. (complete 20)
  47.  
  48. (working "\n\nReading the Install disk\n"
  49.          "for ODYSSEY files.")
  50.  
  51. (copyfiles
  52.     (source "ODYSSEY:odyssey.exe")
  53.         (dest ODYSSEY_Dest)
  54.  (infos) (all))
  55.  
  56. (copyfiles
  57.     (source "ODYSSEY:odyssey.exe.info")
  58.         (dest ODYSSEY_Dest)
  59.  (infos) (all))
  60.  
  61. (copyfiles
  62.     (source "ODYSSEY1:")
  63.         (dest ODYSSEY_Dest)
  64.  (infos) (all))
  65.  
  66. (complete 55)
  67.  
  68. (copyfiles
  69.     (source "ODYSSEY2:")
  70.         (dest ODYSSEY_Dest)
  71.  (infos) (all))
  72.  
  73. (run "delete" (tackon ODYSSEY_Dest "Cracktro.exe"))
  74.  
  75. (complete 90)
  76.  
  77. (startup "ODYSSEY"
  78.    (prompt
  79.       "The following instructions will be added to your "
  80.       "\"S:User-Startup\" so that your system will be properly "
  81.       "configured to play ODYSSEY.\n\n"
  82.    "ASSIGN ODYSSEY: \"" ODYSSEY_Dest "\"\n")
  83. (help
  84.       "This will add commands to your S:user-startup file to "
  85.       "allow ODYSSEY to find all the files.")
  86.       (command "ASSIGN ODYSSEY1: \"" ODYSSEY_Dest "\"\n")
  87.       (command "ASSIGN ODYSSEY2: \"" ODYSSEY_Dest "\"\n"))
  88.    (makeassign "ODYSSEY1" ODYSSEY_Dest)
  89.    (makeassign "ODYSSEY2" (tackon ODYSSEY_Dest""))
  90.  
  91. (message "\n\nThe module you have been listening to\n"
  92.          "is\n"
  93.          "CRAZY MONKEY by AQUAFRESH")
  94.  
  95. (complete 100)
  96.  
  97. (makeassign "ODYSSEY" (safe))
  98.  
  99. (eXIT text)
  100.