home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / 4mation / darryl / !Darryl / !Run < prev    next >
Text File  |  1993-03-23  |  1KB  |  47 lines

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