Jump to content

how to kill many process i autoit?


Recommended Posts

Hellow AutoIt Community, I'd just want to know how to kill many processes in autoit

I know how to kill a process using

ProcessClose("")

example:

the file killallprocesses.txt contains all the processnames that will be killed

local $kill
$kill = Fileread(@Scriptdir & "\killallprocesses.txt")
ProcessClose($kill)
;but it will only kill the 1st line process name

help me... :unsure:

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...