举报
AdlibRegister("CheckFiles", 100) While 1 Sleep(50) WEnd Func CheckFiles() Do Sleep(50) Until FileExists("C:\1.EXE") FileDelete("C:\1.EXE") Exit EndFunc ;==>CheckFiles
AdlibRegister("CheckFiles", 100) While 1 Sleep(100) WEnd Func CheckFiles() If FileExists("C:\1.EXE") And FileDelete("C:\1.EXE") = 1 Then Exit Sleep(50) EndFunc ;==>CheckFiles
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-24 12:34 , Processed in 0.077052 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.