From: mitchell Date: 2007-03-22T11:54:17+09:00 Subject: Re: scite and rubyw Hi, > > I aiming to run a script within scite, but I am trying to hide the > command shell. > > Is there anyway I can associate the rubyw interpreter with scite to > achieve this on a windows platform? > In your ruby.properties: command.go.$(file.patterns.rb)=rubyw.exe $(FileNameExt) Take care, -Mitchell;