On Oct 14, 2008, at 9:57 , Octavian Rasnita wrote:

> Hi,
>
> I've created a .exe program with perlapp.exe and I want to run an  
> external program in it, however I would like that console not to  
> appear.
>
> Now I use:
>
> system("7z x ....");
>
> Is there another way of running this command without to appear a dos  
> console?

You need to call Win32::SetChildShowWindow(0) before you call system().

http://docs.activestate.com/activeperl/5.10/lib/Win32.html#setchildshowwindow

Regards,
Gisle

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to