Hi all,

suppose i create a process with Win32::Process. how do i get a hold of the processes STDIN,STDOUT, so i can write and print to/from process in the script?
I have given "1" for the 4 param to inherit handles.


------------------------------------------------------------------------------------
use Win32::Process;
use Cwd;

my $cd = getcwd();

Win32::Process::Create( $obj, $cd."\\emia.exe", "emia", 1,
                        NORMAL_PRIORITY_CLASS, '.' );
-------------------------------------------------------------------------------------

Thanks in Advance for any help.

Regards,

Jeremy Aiyadurai.

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to