ElementCDN Posted June 10, 2004 Posted June 10, 2004 Hello, I am having problems attempting to send the key combination "Ctrl+Shift+Esc" to launch the task manager. Every time I run the script it sends the combination to the open window. I want to send this combo so the task manager will open. Thanks,
CyberSlug Posted June 10, 2004 Posted June 10, 2004 (edited) Run("taskmgr") ;this should workSend("^+{Esc}") ;works for me on Windows XP Pro on a domain (no fast-user switching, if that makes a difference) Edited June 10, 2004 by CyberSlug Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
ElementCDN Posted June 10, 2004 Author Posted June 10, 2004 Run("taskmgr") , Much simpler than the key comination. Why do I always make things so much more complicated than they should be ??? Thanks slug !
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