Answers for "cmd open current folder"

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
0

open cmd in current directory

cd /d %~dp0
cmd.exe
Posted by: Guest on April-21-2021

Code answers related to "cmd open current folder"

Browse Popular Code Answers by Language