From: MikkelFJ Date: 2001-08-08T13:35:20+09:00 Subject: [ruby-talk:19336] Re: redirecting stdout, stderr from "Vardhan Varma" wrote in message news:QQzb7.51293$WD1.2623316@e420r-atl2.usenetserver.com... > Are you invoking the script as > myscript.rb ( with ruby being implicitly invoked by .rb ) > or as > ruby myscript.rb The last. Probably irrelevant, but in fact I invoke the script with full path to ruby executable, because MS devstudio cannot figure out using the search path: d:\dev\ruby\bin\ruby.exe build.rb Mikkel