From the command line, is possible to launch Windows Explorer (explorer.exe) and automatically select multiple files in it?

I know how to launch it and select a single file (see doc):

explorer /select,"C:\myfile.text"

But, I can't find how to select a list of files.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

This answer from stackoverflow might help. It would appear that it's not easily done (or even possible?) from the command line.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.