Instance action script with CCC


Instance action script

The instance action script (instance_action.script) can do the following commands:

Connect

You can connect an already registered and disconnected instance using the connect action. It is the same as what happens if you right-click on an instance in the GUI, and select “Connect”.
Example:
ccc.exe instance_action.script action=connect instanceName=‘iotra’

Disconnect

You can disconnect an already registered and connected instance using the disconnect action. It is the same as what happens if you right-click on an instance in the GUI, and select “Disconnect”.
Example:
ccc.exe instance_action.script action=disconnect instanceName=‘iotra’