There is a need to quickly open the current directory from the command prompt. I know that there is a command explorer
.
But to enter the full path to the directory is very inconvenient.
For example:
exoplorer c:\progra~1\nodejs~1\worskp~1\project\module\convert
It works. But is that the faster you can open the folder with the mouse ... I think it's not right.
And this command:
explorer cd.
Opens My Documents
. Although I am in a different directory.
Whether prompt me please!
At the prompt, just type the following: start . The period is used in the Command Prompt as a shorthand for the current folder, so this will open the current folder in File Explorer. You can also use a double period to open the parent of the current folder.
The quickest way to open a Command Prompt window is through the Power User Menu, which you can access by right-clicking the Windows icon in the bottom-left corner of your screen, or with the keyboard shortcut Windows Key + X. It'll appear in the menu twice: Command Prompt and Command Prompt (Admin).
The "pwd" command will output the full path to the "present working directory," and the "open" command will then open this directory in the Finder. This command is useful especially when you are navigating through hidden directories using the Terminal.
You can try:
start .
or
explorer .
.
is a shortcut for current directory.
In PowerShell command prompt:
ii .
ii
is a shortcut for Invoke-Item
.
Use the .
to indicate the current directory:
explorer .
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With