Answers for "cmd open directory in explorer"

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
4

open directory windows command

Just use "open [path_to_dir]" in Unix or "start [path_to_dir]" in Windows as:
open .	#Open current directdory in Unix
start . #Open current directory in Windows
Posted by: Guest on October-25-2020

Code answers related to "cmd open directory in explorer"

Browse Popular Code Answers by Language