Daily Shaarli

All links of one day in a single page.

November 15, 2023

ERRORLEVEL is not %ERRORLEVEL% - The Old New Thing
thumbnail
Windows batch files: .bat vs .cmd? - Stack Overflow
thumbnail

The differences between .CMD and .BAT as far as CMD.EXE is concerned are: With extensions enabled, PATH/APPEND/PROMPT/SET/ASSOC in .CMD files will set ERRORLEVEL regardless of error. .BAT sets ERRORLEVEL only on errors.