Re: How call scripts in windows using something like 'nohup' in linux
by Heesob Park other posts by this author
May 8 2008 6:02PM messages near this date
How call scripts in windows using something like 'nohup' in linux
|
Re: How call scripts in windows using something like 'nohup' in linux
Hi,
Pablo Q. - Ahora en: TicoWarez.com/TicoWarez.org/T wrote:
> Hi,
>
> I came from linux into windows, I was calling all scripts using 'nohup'
> linux command. I'm trying to port several scripts to windows service but
> I
> can't call them if they use 'puts'. So I was thinking in some way to do
> this, I don't like to change all code, I mean change every 'puts' to
> 'file.puts'. Any suggestion?
>
> Thanks
Quote from Programming Ruby:
In these cases, you'll want to use rubyw.exe. It is the same as ruby.exe
except that it does not provide standard in, standard out, or standard
error, and does not launch a DOS shell when run.
http://phrogz.net/ProgrammingRuby/win32.html
Regards,
Park Heesob
--
Posted via http://www.ruby-forum.com/.
Thread:
Pablo Q. - Ahora en: TicoWarez.com/TicoWarez.org/TicoWarez.net/TicoWarez.info/
Heesob Park
Daniel Berger
|