use Win32::Process;
Win32::Process::Create($ProcessObj,"c:\\winnt\\system32\\notepad.exe","notepad.exe",0,NORMAL_PRIORITY_CLASS,"c:\\workdir\\subdir");
-----Original Message-----
From: Jonathan Chan [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 06, 2003 7:42 PM
To: [EMAIL PROTECTED]
Subject: calling an external program
hey guys,
is there a way to call another program without having perl wait for the
output/exit code of the called program? as of now, i'm using backticks to
call a program.
hope that was clear, if not let me know.
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
