home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / wt / wtexample / Examples_WTApp_!Run2 < prev    next >
Encoding:
Text File  |  1995-04-02  |  508 b   |  17 lines

  1. |
  2. | This file can be included by the !Run file of an application that needs
  3. | !WT application to run.
  4. |
  5.  
  6. | Check if System$Path is known
  7. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  8.  
  9. | Check if !WT has been seen by the filer
  10. | the next line may alter Obey$Dir variable
  11. If "<WT$Path>" = "" Then /<Obey$Dir>.> System:!WT.!Boot
  12. If "<WT$Path>" = "" Then Error 0 !WT application must be installed in order to run !xxxx.
  13.  
  14. | Load the manager
  15. RMEnsure Wacky-Talky 0.70 RMLoad WT:WackyTalky
  16.  
  17.