Hi, everyone!
I want to execute another ruby script from my Shoes app. I try
button "..." do
`ruby -rubygems /Users/kemiisto/Desktop/Ruby/gears.rb`
end
but nothing happens. In the case of other commands, for example
button "..." do
`open /Applications/TextEdit.app/`
end
all works fine. Any ideas?