shadeBlue Administrator Jun 15
There are two options.
Here is an example of the shortcut path including a fully qualified session file:
(on a 64 bit version of Windows)
"C:\Program Files (x86)\shadeBlue\Indigo\Indigo.exe" C:\Program Files (x86)\shadeBlue\Indigo\SESSIONS\MySession.itf
(on a 32 bit version of Windows)
"C:\Program Files\shadeBlue\Indigo\Indigo.exe" C:\Program Files\shadeBlue\Indigo\SESSIONS\MySession.itf
If you are just needing to open a telnet session to a specific hostname or IP address, you can also just include the IP or hostname as the command line argument. This will open a new quick connect session to the specified host.
(on a 64 bit version of Windows)
"C:\Program Files (x86)\shadeBlue\Indigo\Indigo.exe" 192.168.1.50
(on a 32 bit version of Windows)
"C:\Program Files\shadeBlue\Indigo\Indigo.exe" 192.168.1.50
This abbreviated version of the command line also works from the Windows start Run tool:
indigo 192.168.1.50
indigo myhost
indigo myhost.domain.com