Format – Milestone Smart Client 3.6 User Manual

Page 53

Advertising
background image

Milestone XProtect Smart Client 3.6; User’s Manual

www.milestonesys.com Page

53 Further

Configuration

In the following example, we have added a line so the .scs script from the previous example will
log in to http://ourserver with the current Windows user, then minimize the Smart Client

application:

<ScriptEngine>
<Login>
<ServerAddress>http://ourserver</ServerAddress>
<AuthenticationType>WindowsDefault</AuthenticationType>
</Login>
<Script>SCS.Application.Minimize();</Script>
</ScriptEngine>

Format

Valid parameter formats are:

{-,/,--}param{ ,=,:}((".’)value(",’))

Examples:

-UserName Tommy
--UserName Tommy
/UserName:"Tommy"
/Username=Tommy -Password ‘Tommy’

Advertising