From: unbewusst.sein@... (=?ISO-8859-1?Q?Une_B=E9v?= =?ISO-8859-1?Q?ue?=) Date: 2008-07-22T04:14:38+09:00 Subject: Re: system admin script Ott Mr wrote: > Can you run ruby form the GUI? i.e double click it . I don't want users > to have to go to the terminal. the simplest way is to put an extension od command to your script, it will be executed on the teminal automagically. for example : --- code -------------------------- #!/usr/bin/env ruby `say hello` --- /code -------------------------- save it as "say_hello.command" ( may be with x perms, don't remember and it will open a term and say "hello"... -- Une B�vue