> How can I set up environment variables to be used in the > script in IIS ? >
use the %ENV hash.
example:
$ENV{PATH} = "/bin/foo:/usr/bin";
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> How can I set up environment variables to be used in the > script in IIS ? >
use the %ENV hash.
example:
$ENV{PATH} = "/bin/foo:/usr/bin";
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]