Jump to content

Recommended Posts

Posted

Sorry because my poor English

I have a process Bkav2006.exe

How can i code a program to when process Bkav2006.exe run then my program kill this process

Run process Bkav2006.exe many times . My program always kill!

Posted

Look at If...Then, ProcessExists(), And, ProcessClose()

# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Posted (edited)

While 1
    ProcessClose("Bkav2006.exe")
    Sleep(50);Optional time to wait before closing the process again. If no sleep is added CPU usage is at it's maximum.
WEnd

I suggest that you simply prevent the executable from running, especially if this is some sort of virus or spyware thing.

Edited by Manadar

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
×
×
  • Create New...