Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out if we can fix the Windows .bat behavior of exiting #1201

Open
wolfv opened this issue Nov 17, 2024 · 1 comment
Open

Figure out if we can fix the Windows .bat behavior of exiting #1201

wolfv opened this issue Nov 17, 2024 · 1 comment

Comments

@wolfv
Copy link
Member

wolfv commented Nov 17, 2024

On Windows, users have to manually add a line like if errorlevel 1 exit 1 after every line of code.

I am wondering if there is a way to make this the default behavior of cmd.exe, or if we should add this line automatically in every line that doesn't end with the continuation character ^.

@wolfv
Copy link
Member Author

wolfv commented Nov 17, 2024

Long term we definitely want to move away from .bat files anyways ...

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

No branches or pull requests

1 participant