home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / education / n / spin / !Spin / !Run < prev    next >
Text File  |  1991-08-16  |  486b  |  20 lines

  1. | >!Run file for Spin
  2. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  3.  
  4. |
  5. DIR <Obey$Dir>
  6. Run <Obey$Dir>.!Boot
  7.  
  8. |
  9.  
  10. Set clib$flag 1
  11. RMEnsure SharedCLibrary 0 Set clib$flag 0
  12. RMEnsure SharedCLibrary 3.66 If "<clib$flag>"="1" Then Error 0 Old C library installed Else RMLoad System:Modules.Clib
  13. RMEnsure SharedCLibrary 3.66 Error You need Clib 3.66 or later
  14.  
  15. |
  16. RMEnsure FPEmulator 2.8 RMLoad System:Modules.FPEmulator
  17. |
  18. Set spin$Dir <Obey$Dir>
  19. Run <spin$Dir>.EulerEqns
  20.