home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / comdemos / progs / flossy / !Flossy / !Run < prev    next >
Encoding:
Text File  |  1993-11-11  |  1.3 KB  |  41 lines

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