home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / education / verbmaster / !VerbMast / !French / !Run < prev    next >
Text File  |  1995-08-05  |  926b  |  24 lines

  1. | !Run Obey file for French Application
  2. Set French$Dir <Obey$Dir>
  3. Set French$BasicFile <Obey$Dir>.!French
  4. Set Alias$@RunType_123 Run <French$Dir>.!Run %%*0
  5. IconSprites <Obey$Dir>.!Sprites
  6.  
  7. IF "<Wimp$ScrapDir>" = "" THEN Error Please show me a !Scrap directory (try Apps1 disc) and then reload
  8.  
  9. Set Dummy$Path <Run$Path>,<Obey$Dir>.Resources.
  10. Run Dummy:ResFind French
  11. Unset Dummy$Path
  12. WimpSlot -min 280K -max 280K
  13. |Load any modules required now
  14. RMEnsure InterfaceManager 2.00 RMLoad <VerbMast$Dir>.Interface
  15. RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  16. RMEnsure MenuUtils 0.11 RMLoad <VerbMast$Dir>.MenuUtils
  17. RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
  18. RMEnsure MessageTrans 0.06 RMLoad <VerbMast$Dir>.MsgTrans
  19. RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
  20. |And check that there is still enough memory!
  21. WimpSlot -min 280K -max 280K
  22. Run <French$Dir>.!French %*0
  23.  
  24.