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:

on mouseUp
      put runningApplications() into x
      if x contains "Internet Explorer" then beep
end mouseUp

Reply via email to