Code: Select all
taskkill /f /im cmd.exe
Thanks!!
Moderator: DosItHelp
Code: Select all
taskkill /f /im cmd.exe
Code: Select all
Filters:
Filter Name Valid Operators Valid Value(s)
----------- --------------- -------------------------
STATUS eq, ne RUNNING |
NOT RESPONDING | UNKNOWN
IMAGENAME eq, ne Image name
PID eq, ne, gt, lt, ge, le PID value
SESSION eq, ne, gt, lt, ge, le Session number.
CPUTIME eq, ne, gt, lt, ge, le CPU time in the format
of hh:mm:ss.
hh - hours,
mm - minutes, ss - seconds
MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB
USERNAME eq, ne User name in [domain\]user
format
MODULES eq, ne DLL name
SERVICES eq, ne Service name
WINDOWTITLE eq, ne Window title
Squashman wrote:Did you look at any of the filter options?Code: Select all
Filters:
Filter Name Valid Operators Valid Value(s)
----------- --------------- -------------------------
STATUS eq, ne RUNNING |
NOT RESPONDING | UNKNOWN
IMAGENAME eq, ne Image name
PID eq, ne, gt, lt, ge, le PID value
SESSION eq, ne, gt, lt, ge, le Session number.
CPUTIME eq, ne, gt, lt, ge, le CPU time in the format
of hh:mm:ss.
hh - hours,
mm - minutes, ss - seconds
MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB
USERNAME eq, ne User name in [domain\]user
format
MODULES eq, ne DLL name
SERVICES eq, ne Service name
WINDOWTITLE eq, ne Window title
SIMMS7400 wrote:HI Squash -
Thanks for the note! So, I originally went that route, but having an issue. For some reason, when a batch is launched by Task Schedule, it doesn't assume a title. How come?
Squashman wrote:SIMMS7400 wrote:HI Squash -
Thanks for the note! So, I originally went that route, but having an issue. For some reason, when a batch is launched by Task Schedule, it doesn't assume a title. How come?
Probably because you have the scheduled task set as Run whether user is logged on or not. This will run the task in the background without a Window. Hence no Window Title.