Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › using setsite command in a script
Does anyone know how to use the setsite command inside a script ?
I have tried both a shell script and a perl script and it did not set the site at all.
Thanks
Anand
Here we use something like:
set HCIROOT $env(HCIROOT)
set HCISITEDIR $env(HCISITEDIR)
set HCISITE $env(HCISITE)
Hope this helps…
Tom Rioux