I am basically asking the same question as Spawn a background process in Ruby, except I need to spawn a background process in a Windows environment! Unfortunately, my research has revealed that Windows doesn’t support Ruby forks (only spoons. Rimshot!).
Share
The win32-process library, part of the Win32Utils suite, is probably what you’re after.
http://win32utils.rubyforge.org/