Reply To: Root/site environment from Windows shell

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Root/site environment from Windows shell Reply To: Root/site environment from Windows shell

#58436
Rick Martin
Participant

    Hi Nathan,

    I have several batch files which do this.  I pass two parameters to this batch file, the first is the site name and the second is the tcl script to run.

    The batch file contains:

    Code:

    call quovadxqdx5.3integratorsbinsetroot quovadxqdx5.3integrator %1
    cd quovadxqdx5.3integratorbin
    hcitcl %2

    Hope that helps.

    Rick