home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / a / ccompile / !CCompile / !RunA < prev    next >
Encoding:
Text File  |  1991-11-13  |  489 b   |  12 lines

  1. | RunA file for !CC application
  2. If "<BootA$Object>" <> "FILE" then Error You must drag a file to the !CC icon
  3. If "<System$Path>" = "" then Error System resources cannot be found
  4. RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator
  5. RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
  6. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib
  7. RMEnsure SharedCLibrary 3.75 Error You need SharedCLibrary 3.75 or later
  8. WimpSlot -min 600K -max 800K
  9. Dir <BootA$Dir>.^
  10. cc %*0
  11. Back
  12.