Or you could use the start command and specify minimized. 

Or you could use the process functions, in which case the stdout would
appear in the same window as the calling program.

Stephen

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 27, 2001 8:53 AM
To: [EMAIL PROTECTED]
Subject: Re: Calling a console application



> I need to call a win32 console application from a perl program.
> I create the perl executeable program using perl2exe (registered).
> 
> When called, the external application (which is, just to inform 
> you, the indexer/search engine Swish 2 Enhanced) writes on
> Standard Output and opens on the sceen an ugly black window.
> 
> How can I avoid that black window to appear?
> 
> Thanks for your suggestions.
> 
> --
> Gian Luca Fracasso
> CSP - Innovazione nelle ICT
> _________________________________________________
> via Livorno, 60 - 10144 Torino [Italy]
> [EMAIL PROTECTED] - phone +39011316.5145
> _________________________________________________

Make a short-cut to the program, change its properties 
to run it minimized, and run that.

You can also change the FG/BG colors, so it isn't quite so 'ugly' :)


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to