Asim Posted January 12, 2011 Posted January 12, 2011 Hi, if I want to close the whole process? What do I need to write.. I want to close all firefox windows.. process = firefox.exe
Varian Posted January 12, 2011 Posted January 12, 2011 The Help file (included) with AutoIT...ProcessClose() I won't go into ProcessList since... Do ProcessClose('firefox.exe') Until Not ProcessExists('firefox.exe')
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now