Quantcast
Viewing latest article 2
Browse Latest Browse All 2

Use existing explorer.exe instance when calling from batch file - Windows 7

In my batch file, I am calling a new Windows file explorer at a specific location by using the following:

echo offexplorer.exe "C:/Users"

The user then navigates to other folders as needed. Then, when I call the batch file a second time I would like Windows to reuse the first instance of explorer.exe instead of launching another explorer.exe.

This will be the only copy of explorer.exe open on the computer at the time I run this batch file.

How can I do this?


Viewing latest article 2
Browse Latest Browse All 2

Trending Articles