Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: "Krzysztof Duleba" <krzysan@skrzynka.pl>
Subject: Re: Running a shell Script Directly from windows
Date: Thu, 8 Jul 2004 06:06:37 +0200
Lines: 25
Message-ID: <ccih7d$eiv$1@sea.gmane.org>
References: <Pine.LNX.4.44.0407072102550.1460-100000@ccc3.wpi.edu> <40ECB238.9180C98D@dessent.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-2"
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: ya90.internetdsl.tpnet.pl
X-Newsreader: Microsoft Outlook Express 6.00.2800.1409

Brian Dessent wrote:


> > I am wondering if Cygwin provides a way to run shell scripts or other
> > programs that run within Cygwin, directly from windows (or a .bat). In
> > other words, I would like to double-click something on my desktop and
have
> > it run the shell script. .
>
> Create a shortcut that runs "sh.exe /path/to/script.sh".  When you click
> on it your script will run in a command window.  If your cygwin bin
> directory is not in your path then the shortcut will have to include it,
> i.e. "c:\cygwin\bin\sh.exe /home/foo/bar.sh".

I guess that the following solution is better, as no additional files
except for the script itself are used.

Right-click script.sh, select "open with", "choose a program" (or whatever
the name for the option is), then go to your Cygwin directory, select
bash.exe, mark "always ..." and then click ok. Since then, everytime you
double-click the script, it will be launched.

Regards
Krzysztof Duleba



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

