Answers for "how to navigate to a folder in cmd windows 10"

1

how to navigate to a folder in cmd windows 10

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 "how to navigate to a folder in cmd windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language