in reply to Re: Windows environment variable not set if calling from a perl program
in thread Windows environment variable not set if calling from a perl program

Thanks. Unfortunately not everybody who writes those batch scripts can write perl scripts. What I am doing for now is I have a windows batch script which calls perl program periodically ( basically perl became an utility now rather than the driving program ) the batch script is the driving program now. In this case I can set env variables. But yes writing such a complex program in batch is excruciatingly painful. I find it very easy in Perl.
  • Comment on Re^2: Windows environment variable not set if calling from a perl program