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

Re: How to hide the command prompt open duing the execution of system command?

by rminner (Chaplain)
on Oct 20, 2007 at 08:48 UTC ( [id://646156]=note: print w/replies, xml ) Need Help??


in reply to How to hide the command prompt open duing the execution of system command?

another way to prevent the cmd window from popping up is:
BEGIN { Win32::SetChildShowWindow(0) if defined &Win32::SetChildShowWindow +; }
(source: perl windows system commandline opens which results in http://community.activestate.com/os/windows?page=11)
  • Comment on Re: How to hide the command prompt open duing the execution of system command?
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-25 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found