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.
我正在寻找一个批处理脚本,它可以检测一天内最后修改/访问/创建的文件,并可以将它们复制到外部驱动器上的指定位置。此外,如果它可以在关机前自动执行,那也会有很大帮助!谢谢你 !!
robocopy \path\to\source \path\to\dest /XO /E /Y
或类似的东西
fastcopy.exe /cmd=diff /speed=full /force_start /no_confirm_del /auto_close "\path\to\source" /to="\path\to\dest"