Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

New explorer window without new process?

$
0
0
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?

Viewing all articles
Browse latest Browse all 12506

Trending Articles