Any chance you could tell me if taskkill /? outputs to stdout or stderr? Cause tskill output to stderr which is kinda weird. I mean I suppose I could block both from showing but ehhh, it'd be good to know.
If nothing shows up on the screen you've got the right one.
To test for stdout:
(taskkill /?)>NUL
To test for stderr:
(taskkill /?)2>NUL
Anyone who doesn't have tskill can test this for me, and I'll throw it in there after the report. Thanks all. :]
OH also echo %ERRORLEVEL% and make sure it's 0 for me after doing that, please.
EDIT: Whoops, seemed to be a bug when you tried to disable a theme..fixed that. :]


LinkBack URL
About LinkBacks






