From: Konovalov, V. <vko...@sp...> - 2004-05-21 05:56:29
|
> Now i am able to fire exe by "system" command. but > backticks does not works. ok, I am not surprised, command calls are incomplete there > > It seems to me that "system" function wait until that > exe ends unlike Win32::shellex where it does not wait. > > > Is there any other difference? Probably "system" call blocks something more than just waiting for command to end, but I have no specific information on this > > in my case one perticuler exe is running from begining > through "Win32::ShellEx" command ,where as from > "system" it is not fully executed . To summarize a bit, I do not use command invocation from Perl on WinCE, nor do I advice you to do this way... If you really need something of that kind on WinCE you should write on C (I mean XS), but I think this is unlikely. Best regards, Vadim. |