home *** CD-ROM | disk | FTP | other *** search
/ Dream 55 / Amiga_Dream_55.iso / RISCOS / APPS / SCI / MATH / ALLPRI.ZIP / !AllPrimes / !Run < prev    next >
Text File  |  1995-04-30  |  946b  |  24 lines

  1. | Run for AllPrimes
  2.  
  3. *If "<System$Path>" = "" Then Error 0 System resources cannot be found
  4. *WimpSlot -Min 128k -Max 128k
  5.  
  6. *IconSprites <Obey$Dir>.!Sprites
  7. *Set AllPrimes$Dir <Obey$Dir>
  8.  
  9. *RMEnsure FPEmulator 0 RMLoad System:modules.fpemulator
  10. *RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 to run !AllPrimes 
  11. *RMEnsure SharedCLibrary 0 System:modules.clib
  12. *RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 to run !AllPrimes
  13. *RMEnsure FrontEnd 0 System:modules.frontend
  14. *RMEnsure Frontend 1.13 Error You need version 1.13 of the FrontEnd module to run !AllPrimes
  15. *RMEnsure TaskWindow 0 System:modules.task
  16. *RMEnsure TaskWindow 0.29 Error You need version 0.29 of the taskwindow module to run !AllPrimes
  17. *RMEnsure DDEUtils 0 System:modules.ddeutils
  18. *RMEnsure DDEUtils 1.50 Error You need version 1.50 of the DDEUtils module to run !AllPrimes
  19.  
  20. *WimpSlot -Min 520k -Max 520k
  21. *FrontEnd_Start -app AllPrimes -desc <AllPrimes$Dir>.desc
  22.  
  23.  
  24.