home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsm / macro / !MacroLife / !Run < prev    next >
Encoding:
Text File  |  1996-01-24  |  1.0 KB  |  30 lines

  1. | Run file for MacroLife application
  2. | © Chris Taylor, 1995
  3.  
  4. Set MacroLife$Dir <Obey$Dir>
  5. IconSprites <MacroLife$Dir>.!Sprites
  6.  
  7. Set File$Type_B7C LifeForm
  8. Set Alias$@RunType_B7C /<MacroLife$Dir> -lifeform %%*0
  9. Set File$Type_B7B Life
  10. Set Alias$@RunType_B7B /<MacroLife$Dir> -life %%*0
  11.  
  12. Set MacroLife$OSVsn 310
  13. RMEnsure UtilityModule 3.10 Set MacroLife$OSVsn 200
  14. |Set MacroLife$OSVsn 200
  15. RMEnsure SharedCLibrary 3.75 RMLoad System:modules.CLib
  16. RMEnsure SharedCLibrary 3.75 Error You need at least version 3.75 of the shared C library
  17.  
  18. RMEnsure ColourTrans 0 RMLoad System:modules.Colours
  19. RMEnsure ColourTrans 0 Error ColourTrans module not found
  20.  
  21. RMEnsure MessageTrans 0 RMLoad System:modules.MsgTrans
  22. RMEnsure MessageTrans 0 Error MessageTrans module not found
  23.  
  24. RMEnsure FPEmulator 2.80 RMLoad System:modules.FPEmulator
  25. RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  26.  
  27. WimpSlot -min 320K -max 320K
  28. | To start up without a banner, add -nobanner to the next line
  29. Run "<MacroLife$Dir>.!RunImage" %*0
  30.