Run External Programs In Ruby
It is easy, the syntax is:
system(FilePath)
You should use slash \
to notify special characters. Like this:
system("C:\Program Filesfile.exe")
Nicholas Workshop Newsletter
Join the newsletter to receive the latest updates in your inbox.