prompt <message> [promptVar=true|false]
| Name | Description |
|---|---|
| message | A message to display to the user in the prompt dialog. |
| Name | Description |
|---|---|
| promptVar | New as of build 237. If true, causes a variable named "promptUser" to be created. When this variable is set to true, the user will be prompted when the wrapper is run. When set to false, the wrapper will run as normal without prompting. By default, promptVar=false. |
RunCommands
{
generate inFile
prompt "press 'ok' after you have successfully run the program."
parse outFile
}
See also Analysis Server | FileWrapper | FileWrapper Statements