我想通过cmd和我想要执行的文件夹是网络映射驱动器来执行命令E:。

使用cmd,我想切换到目录,但出现错误:
C:\>e:
The system cannot find the drive specified.
C:\>cd e:
The system cannot find the drive specified.
C:\>cd /D e:
The system cannot find the drive specified.
C:\>
Run Code Online (Sandbox Code Playgroud)
在 SO 上搜索类似问题时,我遇到了一篇提到使用pushd:
C:\>pushd /D \\vboxsrv
The network name cannot be found.
Run Code Online (Sandbox Code Playgroud)
有小费吗?
| 归档时间: |
|
| 查看次数: |
16304 次 |
| 最近记录: |