当我在 Windows 命令提示符中的某个目录中时,有时我想打开 Windows 资源管理器,以便它已经显示相同的目录。我该怎么做?
(我正在寻找open .
与 Mac OS X 终端相当的东西。)
答案1
以下任何一个都可以:
explorer .
start .
答案2
explorer.exe path
IE:C:\>Explorer C:\Windows
答案3
你可以运行
explorer %cd%
explorer %__cd__%
当我在 Windows 命令提示符中的某个目录中时,有时我想打开 Windows 资源管理器,以便它已经显示相同的目录。我该怎么做?
(我正在寻找open .
与 Mac OS X 终端相当的东西。)
以下任何一个都可以:
explorer .
start .
explorer.exe path
IE:C:\>Explorer C:\Windows
你可以运行
explorer %cd%
explorer %__cd__%