Skip to content

{cmd} Simple Windows cli tool to alter the ERRORLEVEL. Can be called by any shell that can invoke batch files.

License

Notifications You must be signed in to change notification settings

aetonsi/cmd__ErrorLevel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cmd__ErrorLevel

Simple Windows cli tool to alter the ERRORLEVEL. Can be called by any shell that can invoke batch files.

Usage

Powershell:

.\errorlevel.cmd 11
echo $LASTEXITCODE # prints 11

cmd:

errorlevel 11
echo %ERRORLEVEL%
REM prints 11

About

{cmd} Simple Windows cli tool to alter the ERRORLEVEL. Can be called by any shell that can invoke batch files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published