Nemcija Posted September 4, 2005 Share Posted September 4, 2005 Hi guy's I'm still working at a little script ^^ And now there is a new problem with ProcessClose()$list = ProcessList($realapp) MsgBox(0, "blub", "Getting list: "&$realapp) for $i = 1 to $list[0][0] MsgBox(0, "blub", "Close "&$list[$i][1]& " > " & ProcessClose($list[$i][1])) nextThe Massageboxes are there for debug it .. The first returns "Getting list: blah.exe" The second returns "Close [any pid] > 1" But the process is still running. There is no other way to close it.. no wintitle if you think like this now Thank you for reading and help. Greetings Nemcija. [url=www.vergessene-welt.de][/url] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now