in reply to Re: Win32::Process::Create fails when i use ">" to redirect the screen output to a file
in thread Win32::Process::Create fails when i use ">" to redirect the screen output to a file
tool.exe is not a shell, it isn't processing "> log.txt 2>&1" so stop giving it that, it doesn't know what to do with that information
The program you want to call is cmd.exe, read more at help cmd and Win32::Process redirect CMD output to text file
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Win32::Process::Create fails when i use ">" to redirect the screen output to a file
by prayaspatel (Initiate) on Aug 28, 2012 at 20:20 UTC | |
by james2vegas (Chaplain) on Aug 29, 2012 at 07:20 UTC |