home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD32 1994 Spring / AMIGA_CD32.BIN / s / startup-sequence < prev   
Encoding:
Text File  |  1994-04-12  |  1.0 KB  |  47 lines

  1. cd0:c/setpatch QUIET
  2. cd0:c/noopenwb
  3. cd0:c/Assign T: RAM:
  4. cd0:c/assign env: ram:
  5. cd0:c/assign mods: cd0:mods
  6. path ram: sys: c:
  7. cd cd0:
  8. cd0:checkremote
  9. if warn
  10.         cd0:checkremote R
  11.         if Warn
  12.                 cd chaos
  13.                 cd0:c/endrun Achaos
  14.                 cd0:c/reboot
  15.         endif
  16.         cd0:checkremote Y
  17.         if Warn
  18.                 cd cd0:fire_ice
  19.                 fire Track=10
  20.                 cd0:c/reboot
  21.         endif
  22.         cd0:checkremote G
  23.         if warn
  24.                 cd cd0:dhero
  25.                 execute rundhero
  26.                 cd0:c/reboot
  27.         endif
  28.         cd0:checkremote B
  29.         if warn
  30.                 cd cd0:bodyblowscd
  31.                 BBcover
  32.                 cd0:c/reboot
  33.         endif
  34.         cd0:checkremote »
  35.         if warn
  36.                 cd0:cosm
  37.                 cd0:c/reboot
  38.         endif
  39.         cd0:checkremote «
  40.         if warn
  41.                 cd cd0:zool
  42.                 execute runzool
  43.                 cd0:c/reboot
  44.         endif
  45. endif
  46. cd0:c/endrun cd0:player cd0:front.int
  47.