Hi Darin,

what kind of programm do you try to start with your systemcall?
If it's a perl script try starting it like this

system(wperl.exe, "myscript.pl");

This should avoid starting another window for your script.

Alex

Cruickshanks, Darin wrote:
All,

I use Perl with PERL2EXE a lot to compile my scripts, the problem is that if that script uses the SYSTEM call or even backticks, then the program fires off another command window to execute the external command. Is there any way to start third partly applications from within Perl without firing off another command window?

/Darin/
--------------------------------------------
Darin Cruickshanks
Labs Manager, Computing Service
University of Essex
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
01206 873585


-- _________________________________creating IT solutions Alexander Apprich science + computing ag IT-Services Hagellocher Weg 71-75 phone +49(0)7071 9457-291 D-72070 Tuebingen, Germany fax +49(0)7071 9457-211 www.science-computing.de

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to