
vmnaren
New User
Oct 16, 2008, 3:10 AM
Post #1 of 2
(7309 views)
|
Redirection in Win32::Process
|
Can't Post
|
|
I am trying to capture the output of the background process in a log file(redirectFile) using redirection but the redirectfile does not get created at all. $cmd = "<exe name> > redirectFile"; Win32::Process::Create(my $obj, getExecVersion($proc), $cmd, 0,NORMAL_PRIORITY_CLASS, $wd) Please help in this regard.
|