You can use the istool commands in different modes: command line, console, or script.
In the command mode, enter commands one at a time on a command line. Start each command with istool followed by a command, then the parameters. You must surround parameter values that contain embedded spaces with double quotes characters (").
Enter istool on a command line with no parameters to enter console mode.
In console mode, istool prints a command prompt and waits for a command. Each command is processed without exiting istool. You must enter authentication details for every command. You can exit the console mode by entering a period character (.), exit, or quit at the prompt.
The istool command framework in console mode also has a history feature, which recalls the last 30 commands entered. You can recall and execute each command. To view the most recent commands, enter history. To repeat a command, enter !command_number, for example, !2.
The istool command can be used to execute commands read directly from a text file. The file is read and executed as a series of command lines.
istool –script filename
