home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / wackytalky_2 / Developer / Examples / WTApp / !MyApp_2 / !Run next >
Encoding:
Text File  |  1992-03-26  |  283 b   |  10 lines

  1.  
  2. | Check if !WT has been seen by the filer
  3. | NOTE: The next line may alter Obey$Dir variable!
  4. If "<WT$Path>" = "" Then /<Obey$Dir>.> System:!WT.!Boot
  5. If "<WT$Path>" = "" Then Error "!WT application cannot be found"
  6.  
  7. | Load the manager
  8. RMEnsure Wacky-Talky 0.80 RMLoad WT:WackyTalky
  9.  
  10.