Can I run XProtect Smart Client from command line or from custom developed app?

Hello

Is it possible to create a C++ application that will be able to run XProtect Smart Client in the following way: the app receives IP address, user name, password etc. as arguments and runs XProtect Smart Client which connects directly to desired location (server) without additional steps (without typing IP address, user name and password in login dialog)?

Thank you in advance.

Best regards,

Dusko Rakin

You can run the Smart Client from the command-line and provide login parameters.

In the help (F1) or in the Smart Client User’s manual find “Startup scripting” for guidance. Once you can do it from a regular command-line I believe it will be an easy task from a C++ application also.

Thanks a lot!