maniootek Posted January 16, 2010 Posted January 16, 2010 How to check all process/programs/windows and for example kill all notepads?
maniootek Posted January 16, 2010 Author Posted January 16, 2010 (edited) nvm now, I found $list = ProcessList("notepad.exe") for $i = 1 to $list[0][0] ProcessClose ($list[$i][0]) next Edited January 16, 2010 by maniootek
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