Jump to content

ProcessExist on NT 4.0


Guest ravenos2
 Share

Recommended Posts

Guest ravenos2

Hi all.!

I have a problem with detecting process from service on NT 4.0 using Function "ProcessExists".

There is no trouble with process owned by user.

<Example>

Not Working -

If ProcessExists("service.exe") Then
    MsgBox(0, "Example", "sevice is running.")
EndIf

Working -

If ProcessExists("notepad.exe") Then
    MsgBox(0, "Example", "notepad is running.")
EndIf

Autoit Ver: 3.0.102

Thanx in advance. :)

ps: please move this thread to "v3 Bug Reports".

Edited by ravenos2
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...