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.
如何在 Windows 7 下重命名包含空格的路径?
命令行:
rename c:\ho hum\new folder -> c:\ho_hum\new_folder
这只能通过移动文件夹并为目标设置新名称来完成:
move "c:\ho hum\new folder" "c:\ho hum\new_folder" move "c:\ho hum" "c:\ho_hum"