Tuesday, December 15, 2009

Kill FireFox

Some time ago I was running UI automation tests. Often many instances of Firefox stayed in the memory if tests didn't finish succesfully. To workaround this issue I created a simple batch file that has a single line below:
taskkill /IM FireFox.exe /F
It removes all instances of Firefox from PC's memory. After adding a shortcut to this file I can run it in a single click

No comments: