如何定时用BAT复制文件

2024年11月20日 09:12
有2个网友回答
网友(1):

:end
//这里写你要拷贝的代码 copy *.* *.*
ping 127.0.0.1 -n 30
goto end

网友(2):

用bat结合nircmdc就可以实现定时执行命令