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.
如何创建批处理文件以将特定文件从一个文件夹复制到另一个文件夹。如果没有创建目标文件夹,脚本应该创建它并将文件复制到那里。
xcopy "c:\folder 1\file.txt" "c:\folder 2\"