diikee Posted July 3, 2008 Posted July 3, 2008 if you start the execution of a script interacting with a browser, and then you click <CTRL,ALT,DEL> keys, the script stops execution. is it possible to execute the script with computer locked???
DjDeep00 Posted July 3, 2008 Posted July 3, 2008 @diikee... If you are using the IE functions for browser automation then use the $f_visible=0 parameter with _iecreate(). If you want to take the easy route then use BlockInput(). Look in the helpfile for examples.
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