davewright100
Technical User
Hi all,
Is there anyway to kill the process IEXPLORE.EXE from the commandline.
I have tried tlist and kill.exe but these don't work as I need.
What I want is:
If I kill IEXPLORE.EXE via Task Manager, all open Iexplore windows close (What I want) but I want to be able to do it via batch file.
I have tried Kill.exe iexplore.exe but this does nothing. I have tried identifying the process and then killing that, but each time I do that, the process number changes. i.e. no good for a hard-coded batch file.
Hope this makes sense.
Dave
Is there anyway to kill the process IEXPLORE.EXE from the commandline.
I have tried tlist and kill.exe but these don't work as I need.
What I want is:
If I kill IEXPLORE.EXE via Task Manager, all open Iexplore windows close (What I want) but I want to be able to do it via batch file.
I have tried Kill.exe iexplore.exe but this does nothing. I have tried identifying the process and then killing that, but each time I do that, the process number changes. i.e. no good for a hard-coded batch file.
Hope this makes sense.
Dave