This command allows a blocking message window to be displayed.
Syntax |
MSGBOX [-Q|-W|-C] "<text>" ["<title>"] |
-Q |
Display message as query |
-W |
Display message as warning |
-C |
Display message as critical |
<text> |
Text to be displayed in the window |
<title> |
Title (optional, default "") to be displayed in the window |
Annotation:
•If none of the -Q, -W or -C options are used, it is displayed as an informational message.
•If the title is not specified, the title of the requesting shell window is used.