rattler-build icon indicating copy to clipboard operation
rattler-build copied to clipboard

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

Open wolfv opened this issue 1 year ago • 1 comments

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 avatar Nov 17 '24 12:11 wolfv

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

wolfv avatar Nov 17 '24 12:11 wolfv