举报
#include <winapiex.au3> $path = _WinAPI_GetModuleFileNameEx(processexists("123.exe")) ;获取路径 ProcessClose("123.exe") ;结束 Sleep(5000) Run($path) ;运行
#include <winapiex.au3> $path = _WinAPI_GetProcessFileName(processexists("123.exe")) ;获取路径 ProcessClose("123.exe") ;结束 Sleep(5000) Run($path) ;运行
$iPid=ProcessExists("ConsoleMain.exe") ProcessClose ( "ConsoleMain.exe" );结束控制台进程 Sleep(500 ... surongfu 发表于 2012-1-18 18:41
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-26 04:15 , Processed in 0.155946 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.