How do I open a folder using batch file

Solved/Closed
deepty - Nov 6, 2008 at 01:19 AM
 naeem - Dec 6, 2017 at 04:18 AM
Hello,

Iam trying to open a folder in a particular drive. How do I create a batch file for opening any particular folder?

Any kind of help is appreciated.

Thanks
Deepty.
Related:

8 responses

You can do it this way :

%SystemRoot%\explorer.exe "folder path"
137
thanks
0
Sir Frederick Rupert Fielding III
Jul 25, 2017 at 02:28 PM
Good sir,

This answer was excellent as it provided precisely the information I required in order to perform my desired task. The result of said task was exactly the outcome which I had dreamt of for hours upon hours as I searched for guidance. Without you sharing your expertise with us I would have never been able to feel the euphoria of this experience!

Thank you for your teachings,
Sir Frederick Rupert Fielding III
0
thanks it worked perfectly
0