Be more careful when exiting batch scripts #139

Closed
opened 2023-09-21 18:30:20 +00:00 by bvisness · 1 comment
Owner

If you launch a batch script without call then the exit command might close your shell. Sad and bad times.

If you launch a batch script without `call` then the `exit` command might close your shell. Sad and bad times.
bvisness self-assigned this 2023-09-21 18:30:31 +00:00
Author
Owner

This is not true; the /b flag prevents this from occurring. The PATH issue reported by another user must have been from something else - but I am at a loss as to what.

This is not true; the /b flag prevents this from occurring. The PATH issue reported by another user must have been from something else - but I am at a loss as to what.
Sign in to join this conversation.
No Label
macOS
windows
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hmn/orca#139
No description provided.