Ruby Tips 12 - Launch a Windows Application from Ruby
Some times, you want to be able to launch a Windows Command file from a Ruby script. This is the easy way to do it. 1 2 h = Hash.new z = h[key] || some_default </notextile> In all honesty, I ...