At 11:09 AM 06/11/2009, Tom Hall wrote: >So I guess the question now becomes, how (if possible) do I send >Ctrl-Shift-Enter *between* the "cmd" string and the taskkill command >to follow?
Please disregard my previous nattering. As it turns out, the answer is much simpler than I thought it would be. It seems that since I've turned off UAC in Vista, *any* cmd window opens in administrator mode by default. Thus, the command I was looking for is simply this: cmd /c taskkill <command> Tom Cheers, Tom
