home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / spirit / tut / !Lesson2_!Run < prev    next >
Encoding:
Text File  |  1993-05-31  |  424 b   |  14 lines

  1. set Lesson2$Dir <Obey$Dir>
  2. |
  3. if "<System$Path>" = "" then Error 0 System resources cannot be found
  4. |
  5. |  Note the changed loading method.  Check for any version of the C
  6. |  library, and load if not found.  Then check we have a good
  7. |  enough version.
  8. |
  9. RMEnsure SharedCLibrary 0 RMLoad System:Modules.Clib
  10. RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
  11. |
  12. *WimpSlot -min 48k -max 48k
  13. *run <Obey$Dir>.!RunImage
  14.