confirm Command
From Wiki077
(Redirected from Confirm)
confirm [-t title] [-l level] message.
This command will open a message box with the specified message. The user must then hit the Ok button in order to proceed. Environment variables will be expanded in the message.
Options
-l |
can be used to specify the type of message box: | |
-l 0 |
message box (default) | |
-l 1 |
warning box | |
-l 2 |
error box | |
-l 3 |
fatal | |
-t |
can be used to specify the window title. | |
