举报
#AutoIt3Wrapper_Change2CUI=Y If $CmdLine[0] = 1 And $CmdLine[1] = "-h" Then ConsoleWrite("命令行帮助" & @CRLF) ConsoleWrite("-h 显示帮助" & @CRLF) ConsoleWrite("-k name.exe 杀死name.exe进程" & @CRLF) EndIf If $CmdLine[0] = 2 Then If $CmdLine[1] = "-k" And StringInStr($CmdLine[2],".exe") Then RunWait(@ComSpec & " /c " & 'taskkill /im ' & $CmdLine[2] & " /f", "", @SW_HIDE) EndIf EndIf
您需要 登录 才可以下载或查看,没有账号?加入
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-2 08:06 , Processed in 0.266833 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.