banesong has asked for the wisdom of the Perl Monks concerning the following question:
Win32::Process::Create( $ProcessObj, $admin_scripts . "\\Process_Table.bat", $admin_scripts . "\\Process_Table.bat -d $db_name -t $table_name", 0, NORMAL_PRIORITY_CLASS|CREATE_DEFAULT_ERROR_MODE, $db_site_dir )|| die ErrorReport(); $ProcessObj->Wait(INFINITE);
janitored by ybiC: Balanced <code> tags surrounding code block, convert mention of Win32::Process to live link to CPAN module
Title edit by tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::Process
by BrowserUk (Patriarch) on Oct 03, 2003 at 19:08 UTC | |
by banesong (Acolyte) on Oct 06, 2003 at 12:20 UTC | |
by BrowserUk (Patriarch) on Oct 06, 2003 at 16:43 UTC | |
|
Re: Capture output from Win32::Process ?
by AcidHawk (Vicar) on Oct 07, 2003 at 05:58 UTC |