Posted on 2008-03-14 08:39:08-07 by sf500
Capture a process started with
Hello everyone, I have this simplest perl code: ..... my $dev_com = 'devenv.exe '; my $dev_com_opt = '/Build Release'; my $full_proj = 'FullBuild.sln'; RunCmd("$dev_com $full_proj $dev_com_opt"); ..... It seems that the CMD executes with no warnings but when you see on windows Task Manager, the process has already started.... What can I do to capture build solution and have this command execution finish when the solution is finished? Cheers,
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.