View Single Post
  #3 (permalink)  
Old 06-10-2008, 07:04 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 522
Default

Just to add to the previous post, one of the best practices is to use If Application Running for applications that do not have any user interface and it looks for them in list of processes running.

If the windows are visible for e.g. notepad, excel, word etc. then you can use If Window Exists etc.

Hope that helps!
Reply With Quote