http://www.perlmonks.org?node_id=22117

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: (programs and processes)

In WIN NT4.0 or WIN98 workstation, how do we change path?
system("set path=%path%;c:\xx;c:\xx\sss;")
does not change my path.

Originally posted as a Categorized Question.