Jump to content

ProcessClose Bug?


Nemcija
 Share

Recommended Posts

Hi guy's :whistle:

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]))
next
The 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 :dance:

Thank you for reading and help.

Greetings Nemcija.

[url=www.vergessene-welt.de][/url]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...