延迟运行某程序批处理代码
@echo off
echo wscript.sleep 100000>360.Vbs
start /wait 360.Vbs
start d:\360safe+113355+n10a6aa0495.exe /S
Del /f /q /a 360.Vbs
exit
-------------------------------------------------------------
1、100000 为延迟时长
2、360 为生成文件名
3、360safe+113355+n10a6aa0495 为运行某程序文件名
4、/S 为静默参数
留言