rakarna 0 Posted August 4, 2010 hello i want my script to open a firefox window so i have done it like this.Run("C:\Program\Mozilla Firefox\firefox.exe")and it will open a firefox window but now i want my script to wait until the firefox window is done. then i will it to do other stuff but my question is how can i do it to wait? Share this post Link to post Share on other sites
will never learn 0 Posted August 4, 2010 You might want to check WinWaitActive() in the Help file. Share this post Link to post Share on other sites
rakarna 0 Posted August 4, 2010 You might want to check WinWaitActive() in the Help file.omg now it works thank you so much ' Share this post Link to post Share on other sites