home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / wackytalky_2 / Utilities / !AutoLoad / !Run < prev    next >
Encoding:
Text File  |  1996-04-04  |  665 b   |  24 lines

  1. | Run file for AutoLoad v0.02
  2. | by GUS (c) Aroma 1995.
  3.  
  4. Set AutoLoad$Dir <Obey$Dir>
  5.                    
  6. If "<WT$Dir>" = "" Then Error "!WT application not found"
  7. RMEnsure Wacky-Talky 0.72 /<AutoLoad$Dir>.EnsureWT 0.72
  8.  
  9. WTEnsure EasyCLI 0.02 WTLoad WTModules:,<AutoLoad$Dir>.EasyCLI
  10.  
  11. WTIfNot 1 <AutoLoad$Dir>.AutoLoad Goto LoadIt
  12. WTEnsure TidyWT 0.06 WTLoad WTModules:TidyWT
  13. TidyWTName AutoLoadApp
  14. >/WT:!SetVars
  15. Wimpslot -min 92K -max 92K
  16. >/<AutoLoad$Dir>.MakeAuto!
  17. IF Err<>-1 THEN Set ErrStr <ErrorString> ELSE Set ErrStr ""
  18. >TidyWTKill AutoLoadApp
  19. $%Unset ErrStr {:} IF "<ErrStr>"<>"" THEN Error "<ErrStr>"
  20.  
  21. |LoadIt
  22. Load <AutoLoad$Dir>.AutoLoad
  23. Unset AutoLoad$Dir
  24.