On Fri, 16 May 2008, Jon Bjornstad wrote:
> I launch CLAmp.exe with a system() from my script. It is the DOS
> window that results from the system() that I am trying to
> control/eliminate.

Try calling

    Win32::SetChildShowWindow(0);

before your system() call.  See `perldoc Win32` for more details.

Cheers,
-Jan

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to