On Wed, 26 Sep 2001 [EMAIL PROTECTED] wrote:
> Is there a way to set the ENVIRONMENT VARIABLE $REMOTE_USER
> via the command line. I do not want to retrive this variable
> after i run the programme thru the browser. I want ot set
> the variable from command line. If yes then HOW ???
You should be able to SET it from the dos prompt:
C:\home\chris.devers>set REMOTE_USER=foo
C:\home\chris.devers>set
[... lots of output streams by, including...]
REMOTE_USER=foo
[... lots more output ...]
This should then become accessible to your script's environment.
--
Chris Devers [EMAIL PROTECTED]
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin