home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / 4mation / noot / !Noot / !Run < prev    next >
Text File  |  1992-06-27  |  1KB  |  37 lines

  1. | !Noot
  2. | Version 0.10
  3. |
  4. <Obey$Dir>.!Boot
  5. |
  6. if "<System$Path>" = "" then Error 0 System resources cannot be found
  7. |
  8. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  9. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  10. |
  11. set clib$flag 0
  12. RMensure SharedClibrary 3.75 set clib$flag 1
  13. RMensure SharedClibrary 0 set clib$flag 0
  14. if "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory.
  15. unset clib$flag
  16. |  
  17. | Install the shared C library (clib)
  18. | -----------------------------------
  19. |
  20. RMensure SharedClibrary 3.75 RMload System:modules.clib
  21. RMensure SharedClibrary 3.75 Error You need at least version 3.75 of the shared C library
  22. |
  23. | Install the floating point emulator
  24. | -----------------------------------
  25. |
  26. RMensure FPEmulator 2.80 RMload System:modules.FPEmulator
  27. RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  28. |
  29. RMEnsure 4MationTracker 3.10 RMLoad <Noot$Dir>.PlayerMod
  30. RMEnsure 4MationTracker 3.10 Error You need 4MationTracker 3.02 or later
  31. |
  32. | Grab extra memory for resources
  33. Wimpslot -min 320K -max 320K
  34. |
  35. Wimpslot -min 256K -max 256K
  36. Run <Noot$Dir>.!RunImage %*0
  37.