in reply to two questions about Win32::Process

Hello dannoura,

One thing is that it should be the full command inside the process create, ie :

Win32::Process::Create(my $ProcessObj, $^X, 'perl c:\perl\progs\garb1.pl', 0, NORMAL_PRIORITY_CLASS, ".")|| die ErrorReport();
If you are under perl 5.8, it's worth also having a look at Win32::Job .

zlr .