Be more careful when exiting batch scripts #139
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you launch a batch script without
call
then theexit
command might close your shell. Sad and bad times.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.