From: ChrisH Date: 2007-03-22T21:55:05+09:00 Subject: Re: scite and rubyw On Mar 21, 10:54 pm, mitchell wrote: > 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; I have it set up two handle both so when I execute an *.rb file it executes with ruby.exe and when I execute a *.rbw it executes with rubyw.exe The SciTe site has details on setting up commands in the properties file. cheers Chris