I may be approaching this in the wrong direction, so any help would be appreciated.
I have a Ruby script which, amongst other things, starts up an executable. I want to
I just tried and start doesn't block on Windows 7 x64 with Ruby 1.8.7.
start
system 'start notepad' puts 'Exiting now...'
This is obviously Windows-specific.