E.S*_*.S. 9 windows windows-explorer command-line cmd.exe
我想知道是否有一个命令可以输入到 Windows 命令提示符中,它会导致 Windows 资源管理器打开一个设置在命令提示符当前工作目录中的文件夹?
(This is kind of the opposite problem where people want to open the Command Prompt from the folder. I.e., opposite of this: How can I open a command prompt in current folder with a keyboard shortcut?)
Sco*_*hee 33
explorer .
Run Code Online (Sandbox Code Playgroud)
This is what I use.
start .
Run Code Online (Sandbox Code Playgroud)
Perhaps the shortest.
explorer %cd%
Run Code Online (Sandbox Code Playgroud)
Should do it. %cd% will always print the current directory.
| 归档时间: |
|
| 查看次数: |
819 次 |
| 最近记录: |