home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / rushdemo2-37.5370.lha / RushDemo2 / Rexx / FindRush.rush < prev    next >
Encoding:
Text File  |  1994-02-08  |  276 b   |  19 lines

  1. /*
  2. ** $VER: FindRush.rush 37.1 (15.9.93)
  3. **
  4. **
  5. **
  6. ** Written by Douglas Keller
  7. */
  8. options results
  9.  
  10. if ~show(ports, 'RUSH.1') then do
  11.     address command 'run >nil: <nil: z:rush/rush'
  12.     end
  13. else do
  14.     address 'RUSH.1'
  15.     'IsIconify'
  16.     if result == 1 then 'UnIconify'
  17.     'RushToFront'
  18. end
  19.