|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: Win32::Process vs Win32::Job vs ????by GrandFather (Cardinal) |
| on Feb 27, 2011 at 05:52 UTC ( #890372=note: print w/ replies, xml ) | Need Help?? |
|
Under the hood Win32::Process calls CreateProcess in Kernel32.dll to get the job done. CreateProcess does allow initial Window state to be specified by setting various members in the STARTUPINFO structure passed to it. You can call CreateProcess using Win32::API, although there is a chunk of work involved in setting it all up.
True laziness is hard work
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||