Skip to content

Conversation

@pchar2
Copy link

@pchar2 pchar2 commented Dec 12, 2024

This will allow file execution through another shell to catch the exit code.

example:

color 00
cmd file.cmd
echo %errorlevel%
> 0  # instead of 1

closes: #1892

This will allow file execution through another shell to catch
the exit code.

example:
```file.cmd
color 00
```
```
cmd file.cmd
echo %errorlevel%
> 0  # instead of 1
```
@pchar2 pchar2 requested a review from a team as a code owner December 12, 2024 13:28
@linux-foundation-easycla
Copy link

CLA Not Signed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Binary suite exit code on windows

1 participant