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.
好的,我知道这是一个非常普遍的问题,但我需要从命令提示符中复制一个文件夹(我正在创建一个 .bat 存档),但我无法让它工作,至少有人可以帮助我解决语法问题。谢谢!!
In your .bat file first make the folder you want to copy to (if it doesn't exist)
mkdir destinationFolder
then copy files
copy soureFolder destinationFolder