Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在命令提示符下,我可以通过键入 CD“新路径”来更改工作目录
例如,看看我如何能够选择位于我的 C 驱动器中的目录:
但请注意,当我选择位于不同卷(A:...)中的目录时,命令提示符不会更改工作目录...
cd /d A:\Users做你想要的。
cd /d A:\Users