P
Prabh
Hello all,
Could anyone tell me how to set a Windows environment permanently?
I need to set the PATH variable from my Perl script and any changes I
make to this variable last only for the duration of my script's
running.
I realize Perl inherits a copy of the system ENV. and any changes made
to it are temporary, but heres my question, the install programs for
various products, Windows Installers, .msis, Setup.exes all make
permanent changes to the PATH variable when the product is installed.
Obviously, the changes made by these installers are permanent.
I just want to replicate this process from Perl.
Could anone give me some pointers, please?
Thanks for your time,
Prab
Could anyone tell me how to set a Windows environment permanently?
I need to set the PATH variable from my Perl script and any changes I
make to this variable last only for the duration of my script's
running.
I realize Perl inherits a copy of the system ENV. and any changes made
to it are temporary, but heres my question, the install programs for
various products, Windows Installers, .msis, Setup.exes all make
permanent changes to the PATH variable when the product is installed.
Obviously, the changes made by these installers are permanent.
I just want to replicate this process from Perl.
Could anone give me some pointers, please?
Thanks for your time,
Prab