home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities / _gofer / !Gofer / !Run < prev    next >
Text File  |  1993-03-04  |  664b  |  16 lines

  1. WimpSlot -min 96K -max 96K
  2. | Load all the modules
  3. if "<System$Path>" = "" then Error 0 System resources cannot be found
  4. RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator
  5. RMEnsure FPEmulator 2.80 Error 0 FPEmulator 2.80 required
  6. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.Clib
  7. RMEnsure SharedCLibrary 3.75 Error 0 Shared C Library 3.75 required
  8. RMEnsure TaskWindow 0.29 RMLoad <Obey$Dir>.TaskWindow
  9. RMEnsure TaskWindow 0.29 Error 0 Task Window 0.29 required
  10. | Where is everything
  11. Set Gofer$Dir <Obey$Dir>
  12. Set Gofer <Gofer$Dir>.prelude.Standard
  13. | Start the Wimp code
  14. Set Alias$GoGofer <Gofer$Dir>.Gofer -pGofer> -. %*0 >rawvdu:
  15. <Gofer$Dir>.!RunImage
  16.