Run External Programs In Ruby

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")