Discussion Forums
- Topic List
- Most Recent Posts
- Sign In for more options
Thanks Rails Team..
Prathap Rajamani
Hi abdul,
You can even run an exe in your .rb like :
`C:\\Program Files\\file.exe`
Same you can run on your projects ruby console like :
>> C:\\Program Files\\file.exe
- Note : - Just need to place filename-with-location into
this quotes. ;)
Good luck..! :)
Cheersss!
-Ganesh Kathare.
Hi Abdul, you can run an exe file in Ruby as follows (i.e.):
system("C:\\Program Files\\file.exe")
I hope that you find useful. greets
Hello All, Do u know how to run exe file in ruby? I am expecting something like this :
ruby_built_in_method("E:\locations\file.exe") OR any way??
Thanks
