Tynoe Posted March 1, 2021 Share 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 Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted March 1, 2021 Share 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 Link to comment Share on other sites More sharing options...
Subz Posted March 1, 2021 Share Posted March 1, 2021 Easiest method: While ProcessExists("DataGather.exe") ProcessClose("DataGather.exe") Wend Tynoe 1 Link to comment Share on other sites More sharing options...
Tynoe Posted March 1, 2021 Author Share Posted March 1, 2021 FrancescoDiMuro Thank you for reply.... thanx it worked Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted March 1, 2021 Share 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 Link to comment Share on other sites More sharing options...
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