
CODE: [Copy to clipboard][ Last edited by huahua0919 on 2008-9-10 at 07:13 PM ]at /del /yes
at %time%+5 %~dpsnx0
start "" a.exe
CODE: [Copy to clipboard]由于批处理时间的加减不好直接计算,所以就应该找个计算时间偏移的批处理计算一下时间::删除所有计划任务
at /del /yes
::设置5分钟后执行此批处理
at %time%+5 %~dpsnx0
::运行你要执行的程序
start "" a.exe
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |