Prompt for choices in bootstrap-Windows.cmd #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Currently
bootstrap-Windows.cmd
does not ask the user if they wish to executea given installation or setting. Since batch files don't have functions this
will result in a chunk of boilerplate which must be repeated for each step.
Examples of how to prompt the user to make a choice can be found
here.
The user is not prompted for each step in
bootstrap-Windows.cmd
.