Hi!

I want to spawn multiple instances of one perl program from another perl 
program. I could do it with Win32::Process::Create or Win32::Spawn (this is 
deprecated). I am working on Windows 2000. Now, the problem is, to "Create" 
a child process which is a perl program, I have to convert it to an exe 
file. I tried doing that using "perl2exe" utility by Indigostar.com, the exe 
is generated and the parent is successful in spawning it, but the exe does 
not exit. Also, I am not able to pass command line arguments to the child 
process.
When executed directly on the command prompt, the exe file does exit well 
and also accepts command line arguments.

Any help or ideas are appreciated.

Thanks,
Prachi

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to