I am trying to set up Cloverleaf environment before running a tcl cgi script under IIS on Win2003 (we are at CL 5.7)
I set up a batch (let’s say set.bat) as application to process pages with extension .tsh (….set.bat “%s”)
Here is my batch:
@echo off
f:
cd
cd Quovadxqdx5.7integrator
@echo %1 > F:wwwlogsenv_before.txt
set >> F:wwwlogsenv_before.txt
call f:quovadxqdx5.7integratorsbinsetroot f:quovadxqdx5.7integrator paragon_test
set > F:wwwlogsenv_after.txt
cd quovadxqdx5.7integratorbin
hcitcl %1
I check the log files env_before.txt and env_after.txt and the environment hasn’t changed.
If I run the same batch from command line the environment does get changed fine.
I can run a regular tclsh84.exe for processing tcl cgi scripts. That works fine but I can’t use Cloverleaf commands and stuff like msi, etc.
Any help will be appreciated.
Thanks