如何從命令提示字元複製檔案? 2024-7-10 • windows cmd.exe 我需要將檔案從一個目錄複製到另一個目錄,同時更改檔案副檔名。我該怎麼做呢? 答案1 copy "dir\subdir\filetocopy.ext1" "dir\newdir\filetobecopiedto.ext2" 相關內容