Re: how to get the output from: Win32::Process::Create
- From: "Paul Lalli" <mritty@xxxxxxxxx>
- Date: 31 Aug 2006 12:03:46 -0700
joez3@xxxxxxxxx wrote:
Hi all,
This might be more a windows question then perl, but lets see if
someone can help me out. I am using Win32::Process::Create to start up
an exe. I can get exe to start, but I need to get what is put out on
the command prompt.
If i try text.exe > temp.txt I can start the exe and the temp.txt file
gets created, but nothing is in it. The text is put in another command
prompt window. So this rules out using system () to start the exe.
Is there any particular reason you're not just using backticks?
perldoc perlop
(search for qx)
Paul Lalli
.
- Follow-Ups:
- References:
- Prev by Date: FAQ 7.14 How can I pass/return a {Function, FileHandle, Array, Hash, Method, Regex}?
- Next by Date: Re: how to get the output from: Win32::Process::Create
- Previous by thread: how to get the output from: Win32::Process::Create
- Next by thread: Re: how to get the output from: Win32::Process::Create
- Index(es):
Relevant Pages
|