I have made a batch file that ends processes but the problem is when it saves the info to the text it doesn't show if the processes was sucsessfully deleted. Does any one out there know a script that could possibly do that
What OS are you using? Are you using taskkill? I had a program running C:\>ver Microsoft Windows XP [Version 5.1.2600] C:\>taskkill /F /FI "WINDOWTITLE eq Quince" SUCCESS: The process with PID 1112 has been terminated. C:\>taskkill /F /FI "WINDOWTITLE eq Quince" > results.txt C:\>type results.txt SUCCESS: The process with PID 1552 has been terminated.