daanodinot 0 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 Share this post Link to post Share on other sites
JohnOne 1,603 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. Share this post Link to post Share on other sites
daanodinot 0 Posted January 24, 2013 Ugh Thanks very much! Share this post Link to post Share on other sites