home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / 4mation / hatchback / !HatchBack / !Run < prev    next >
Text File  |  1993-05-24  |  1KB  |  34 lines

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