Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^6: executing a .bat or .exe from within perl script ??

by Corion (Patriarch)
on Aug 21, 2017 at 08:22 UTC ( [id://1197722]=note: print w/replies, xml ) Need Help??


in reply to Re^5: executing a .bat or .exe from within perl script ??
in thread executing a .bat or .exe from within perl script ??

If you do not want to wait for the exe program to finish, you can use the Windows-specific form of system (see perlport):

system( 1, "C:\\Path\\to\\that.exe" ) == 0 or warn "Couldn't launch program: $^E";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-18 21:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found