This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Running shell-scripts from NT GUI?


"Fieldhouse, Dirk" <Fieldhouse@logica.com> writes:

> Magnus Homann (homann@homann.se) wrote:
> 
> > I just got an NT machine at work, and I want to continue writing some nice
> > shell scripts. /bin/sh is adequate, especially with some awk and sed
> > thrown in.
> > 
> > Now, to make it easuer to run these scritps, I would like to make an icon
> > that, when activated, starts /bin/sh and runs a specific script. It sounds
> > really easy to do, but I don't know where to start. I've tried reading the
> > archive and the docs, but I don't really know what I'm looking for... 

The simplest way is to create a new shortcut (using NT Explorer or
whatever), and make it run `sh myscript.sh'.

(I haven't tried this, but I can't think why it wouldn't work unless
your default path doesn't include sh's location, in which case you
just need to specify a full path of sh, in DOS notation of course.)

pjm.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]