Answers for "open current dir in explorer cmd"

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
3

open current dir cmd

start .      or       explorer .

("." is a shortcut for current director)
Posted by: Guest on May-25-2020

Browse Popular Code Answers by Language