1

i want to open explorer with multiple files selected. For one file it is working fine with

  string argument = "/select, \"" + path + "\"";
  Process.Start("explorer.exe", argument);

but how to do for multiple files?

sum1
  • 63
  • 5
  • 1
    `explorer.exe /select` only takes 1 argument. – sLw Nov 16 '18 at 10:13
  • i know ,thats why i ask question here to find out some solution to my problem – sum1 Nov 16 '18 at 10:16
  • 1
    Possible duplicate of [How to open Explorer with a specific file selected?](https://stackoverflow.com/questions/13680415/how-to-open-explorer-with-a-specific-file-selected) – mjwills Nov 16 '18 at 10:22
  • 1
    See also https://superuser.com/questions/202449/explorer-exe-command-line-options-selecting-multiple-files . – mjwills Nov 16 '18 at 10:23

0 Answers0