I am using errorlevel in a batch file to see if the
hotfixes install correctly:
if errorlevel 1 goto :label
On some of the systems it works correctly and others it
does not. My question is this, does anyone know what error
levels the hotfixes output and what they equal or how to
see what they are outputting? I tried 1>filename.txt
2>error.txt and that does not work.
TIA!