Tynoe Posted March 1, 2021 Posted March 1, 2021 I need to kill this proccess... DataGather.exe https://www.majorgeeks.com/files/details/task_explorer.html thank you for helping
FrancescoDiMuro Posted March 1, 2021 Posted March 1, 2021 Hi @Tynoe, and welcome to the AutoIt forum Take a look at ProcessClose() to do what you're looking for, and post your code if you have any problem Tynoe 1 Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Subz Posted March 1, 2021 Posted March 1, 2021 Easiest method: While ProcessExists("DataGather.exe") ProcessClose("DataGather.exe") Wend Tynoe 1
Tynoe Posted March 1, 2021 Author Posted March 1, 2021 FrancescoDiMuro Thank you for reply.... thanx it worked
FrancescoDiMuro Posted March 1, 2021 Posted March 1, 2021 @Tynoe Subz gave you the solution, so, thanks him too Tynoe 1 Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
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