You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ^.
The text was updated successfully, but these errors were encountered:
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^
.The text was updated successfully, but these errors were encountered: