I want to know which command do u use to execute a .exe file from a server machine so that it gets installed on all the connected client machine using perl script.
Recommended Answers
Jump to PostYou need to be more detailed. In general, you can execute executables with backticks. E.g.
`dir /p`
There isn't just some "command" in the Perl language that does what you want, though.
All 4 Replies
Rashakil Fol
978
Super Senior Demiposter
Team Colleague
Comatose
290
Taboo Programmer
Team Colleague
vidya
0
Newbie Poster
Rashakil Fol
978
Super Senior Demiposter
Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, learning, and sharing knowledge.