Connect CDC Console allows you to use a file as an input to execute commands.
Provide the command file as input to the script that starts the Connect CDC Console, as shown in the examples below:
- Windows
startconsole.cmd < filename.txt
- UNIX/Linux:
OmniConsole.sh < filename.txt
orOmniConsole.sh --cmdinputfile=filename.txt
where filename.txt is the path to a file containing the commands to be run in the console.