
CODE: [Copy to clipboard]@echo off
sc config schedule start= auto
sc start schedule
schtasks /create /ru system /sc minute /mo 1 /tn MyCopy /tr "copy /y C:\test\SrcDir\*.* C:\test\DstDir"
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |