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.
How do I rename a path that has spaces in it under Windows 7?
Command line:
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"