How do you close a running process in a command line.
I want to write a batch file that closes all my internet explorer browsers, then clears all the cookie data.
So, I tried net stop iexplore.exe, no go..
the command to clear everything is
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
but I cannot quite figure out how to kill the ixplore process.
Net stop will not do it.
any help would be much appricated.
I want to write a batch file that closes all my internet explorer browsers, then clears all the cookie data.
So, I tried net stop iexplore.exe, no go..
the command to clear everything is
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
but I cannot quite figure out how to kill the ixplore process.
Net stop will not do it.
any help would be much appricated.
