F
F
FTOH2015-12-22 18:06:48
cmd/bat
FTOH, 2015-12-22 18:06:48

How to open a folder in explorer from cmd without duplicates?

You need to open the folder in Explorer in a single instance .
If you click on a folder that is already open from Explorer, it will make that folder active. The same is needed from cmd

rem Открываем папку
explorer C:\\temp
rem Открываем папку x2
explorer C:\\temp 
rem А нужно переключить фокус, если папка открыта

You can also use third-party software, if any, but with access from the command line.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
FTOH, 2015-12-22
@FTOH

I also found such a solution
if the path does not contain spaces, then you can do this
start ПутьККаталогу

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question