daanodinot Posted January 23, 2013 Posted January 23, 2013 (edited) I was wondering if it would be possible, in AutoIt, to launch a new explorer window without creating a new process. Right now, I'm using this: ShellExecute("explorer.exe", $path) This works wonderfully except for the fact that it creates a new explorer process every time it's executed. If you for example look at the "WinKey + E" shortcut, you notice that no new processes are created however often you use the shortcut. I would like to have the same functionality. Would this be possible? Edited January 23, 2013 by KeyMs92
JohnOne Posted January 24, 2013 Posted January 24, 2013 ShellExecute($path) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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