Sunday, September 28, 2014

windows kill all processes named by

I played with selenium and its a nice api. but somehow if I use it under asp.net sometime processes does not die. so I need to kill their process trees.

 taskkill /T /F /IM chromedriver.exe

No comments:

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...