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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1994-02-08
|
276 b
|
19 lines
/*
** $VER: FindRush.rush 37.1 (15.9.93)
**
**
**
** Written by Douglas Keller
*/
options results
if ~show(ports, 'RUSH.1') then do
address command 'run >nil: <nil: z:rush/rush'
end
else do
address 'RUSH.1'
'IsIconify'
if result == 1 then 'UnIconify'
'RushToFront'
end