创建定时任务
1 window 手动创建
电脑-管理-任务-创建基本任务
2 schtasks命令创建任务
schtasks /create /tn “no use timer” /tr D:\MysqlTempLoadFile\run.bat /sc daily /st 10:28 /ed 2100/01/01
创建定时任务
1 window 手动创建
电脑-管理-任务-创建基本任务
2 schtasks命令创建任务
schtasks /create /tn “no use timer” /tr D:\MysqlTempLoadFile\run.bat /sc daily /st 10:28 /ed 2100/01/01