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.
我在 D 盘中有一个名为“R&D”的文件夹。当我在 Windows 命令提示符下运行命令时
D:\> 光盘研发
我得到了如下异常
系统找不到指定的路径。'D' 不是内部或外部命令、可运行程序或批处理文件。
请帮助我
是的,它使用双引号
D:\> cd "研发"
谢谢,李和奥斯汀