> Do you use 'system' to start the command line?
No, I use back ticks my $result = `command`;

> How about something like this instead
>         Win32::Process::Create($ProcessObj,
>                                $ExeName,
>                                $Args,
>                                0,
>                                NORMAL_PRIORITY_CLASS,
>                                ".")
Thank you, this looks good. I'll try this approach.

Regards,
Nele

Reply via email to