in reply to
system() in Windows 2008
try to use
cmd /K "net use..."
[download]
this will create a new cmd process and execute the following command. Maybe there is some "magic" implemented in the cmd or the net command is now a built-it of the cmd.
Comment on
Re: system() in Windows 2008
Download
Code
In Section
Seekers of Perl Wisdom