Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How do I start perl without having a "cmd.exe" window

by marinersk (Priest)
on Mar 23, 2015 at 20:39 UTC ( [id://1121039]=note: print w/replies, xml ) Need Help??


in reply to How do I start perl without having a "cmd.exe" window

Or just change /MIN to /B :

sleep5.pl: #!/usr/bin/perl use strict; sleep 5; exit; nowin.pl: #!/usr/bin/perl use strict; `start /b sleep5.pl`; exit;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-19 07:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found