home *** CD-ROM | disk | FTP | other *** search
- |
- | This file can be included by the !Run file of an application that needs
- | !WT application to run.
- |
-
- | Check if System$Path is known
- If "<System$Path>" = "" Then Error 0 System resources cannot be found
-
- | Check if !WT has been seen by the filer
- | the next line may alter Obey$Dir variable
- If "<WT$Path>" = "" Then /<Obey$Dir>.> System:!WT.!Boot
- If "<WT$Path>" = "" Then Error 0 !WT application must be installed in order to run !xxxx.
-
- | Load the manager
- RMEnsure Wacky-Talky 0.70 RMLoad WT:WackyTalky
-
-