Top "Errorlevel" questions

PostBuild Event fails in Visual Studio after SignTool.exe error

We have a project in Visual Studio 2010 that runs a batch file in the post-build event. That batch calls to …

visual-studio-2010 build-process code-signing errorlevel timestamping
Batch file 'choice' command's errorlevel returns 0

I'm trying to create a batch file that performs different 'choice' command based on the version of Windows being executed …

file batch-file command choice errorlevel
Redirecting command-line output to keep error messages from showing in the command window

I'm testing the existence of a folder, and, depending on its existence, I want to run different commands: DIR %MYDIR%\…

windows redirect batch-file errorlevel
Errorlevels set by commands on Windows

I have a batch program that calls several child batch programs and they make extensive use of various Windows commands. …

windows batch-file cmd errorlevel
Keep getting error level to 9009

Have a weird issue, firstly am using batch files to install applications..the installations are working fine without any issue. …

batch-file errorlevel