Answers for "how to open the current directory in file explorer from command prompt"

1

open current folder in explorer from cmd

The period is used in the Command Prompt as a shorthand for the current folder.
Enter start .
or 
Enter Explorer .
Posted by: Guest on March-25-2021

Code answers related to "how to open the current directory in file explorer from command prompt"

Browse Popular Code Answers by Language