From: Siep Korteling Date: 2008-02-23T02:20:32+09:00 Subject: Re: Run the program and return immediately Victor 'Zverok' Shepelev wrote: > Hi all. > > The question first seemed simple for me, but after hour of > manual-reading > and googling I still have no answer. > > The question: on Windows, how do I run some program and return > immediately? > I mean, something like > > system('blah.exe') #blah is long packet program, I want system to return > immediately after blah.exe loaded, not after it was ended. > > Thanks. > > Zve `start blah.exe` Note the ` , it's not a '. Regards, Siep -- Posted via http://www.ruby-forum.com/.