home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsd / explain / !Explain / !Run < prev    next >
Encoding:
Text File  |  1995-05-14  |  1.5 KB  |  27 lines

  1. | !Run for !Explain, 29-Apr-94
  2.  
  3. Set Explain$Dir <Obey$Dir>
  4.  
  5. | Standard startup for !AWShared
  6. if "<System$Path><AWShared$Path>" = "" then Error !System has not been seen. Please open the directory viewer containing the !System application and try again.
  7. <Obey$Dir>.CheckFile <System$Path>!AWShared AWShared$Found
  8. if "<AWShared$Path><AWShared$Found>" = "" then Error Please use !AWMerge to install a copy of !AWShared in the !System directory and try again
  9. if "<AWShared$Path>" = "" then System:!AWShared.!Boot
  10. UnSet AWShared$Found
  11. | end of !AWShared startup
  12.  
  13. WimpSlot -min 120k
  14. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib
  15. RMEnsure SharedCLibrary 3.75 Error Explain needs a newer version of the Shared C Library (at least 3.75)
  16. RMEnsure Squash         0.20 RMLoad AWShared:Modules.Squash
  17. RMEnsure Squash         0.20 Error Explain needs a newer version of the Squash module (at least 0.20)
  18. RMEnsure FPEmulator     2.80 RMLoad System:Modules.FPEmulator
  19. RMEnsure FPEmulator     2.80 Error Explain needs a newer version of the FPEmulator module (at least 2.80)
  20. RMEnsure ColourTrans    0.52 RMLoad System:Modules.Colours
  21. RMEnsure ColourTrans    0.52 Error Explain needs a newer version of the ColourTrans module (at least 0.52)
  22.  
  23. WimpSlot -min 120k -max 120k
  24. If "<Help$Msgs>" = "" OR "<Explain$WimpVer>" = "" Then Run <Explain$Dir>.!FindHelp
  25. If "<Help$Msgs>" = "" then Error Sorry, Explain can not find the Help application. If the help application is available, open a directory containing it then try again.
  26. Run <Explain$Dir>.!RunImage %*0
  27.