INIQuery directive |
|
INIQuery = yes | NO
If set to Yes, a prompt will be displayed before execution of each subsequent line in the current .INI file. This allows you to modify certain directives when you start Take Command in order to test different configurations. INIQuery can be reset to No at any point in the file. Normally INIQuery = Yes is only used during testing of other .INI file directives.
The dialog displayed by Take Command when INIQuery = Yes gives you three options:
| Yes | Executes the directive |
| No | Skips the directive |
| Cancel | Executes the directive and all remaining directives in the [TakeCommand] section of the .INI file (i.e., cancels the INIQuery = Yes setting) |
The TCC prompt generated by INIQuery = Yes is:
[contents of the line] (Y/N/Q/R/E) ?
At this prompt, you may enter:
| Y | Process this line and go on to the next. |
| N | Skip this line and go on to the next. |
| Q | Skip this line and all subsequent lines. |
| R | Execute this and all subsequent lines. |
| E | Prompt for a new value for this entry. |
If you choose E, you can enter a new value for the directive, but not a new directive name.
See other Advanced Directives.