<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">I'm trying to find a command in Revolution that will tell me if another application is presently running.   Is there such a command?   Something like:<BR>
<BR>
on mouseUp<BR>
       put runningApplications() into x<BR>
       if x contains "Internet Explorer" then beep<BR>
end mouseUp</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>