Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: How to hide/inhibit the console window when launching a Perl script on Windows?

by jdporter (Chancellor)
on Mar 13, 2006 at 15:15 UTC ( [id://536267]=note: print w/replies, xml ) Need Help??


in reply to How to hide/inhibit the console window when launching a Perl script on Windows?

Using Win32::Process::Create, You could have a "starter" script which launches your script as a detached process:
Win32::Process::Create( $Obj, "$perl_path/perl.exe", "perl test.pl", 0, DETACHED_PROCESS, "$hs_path/scripts" ) or die ErrorReport();

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://536267]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-03-19 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found