X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.6 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <AANLkTimP2TqucKt075ZyfTOMzEByUEUboBTz5V-SVEwX@mail.gmail.com>
References: <AANLkTimP2TqucKt075ZyfTOMzEByUEUboBTz5V-SVEwX@mail.gmail.com>
Date: Sat, 25 Sep 2010 17:35:34 +0200
Message-ID: <AANLkTi=q60R2EHdM=-XmvJyJU3f7P8uN6TE6h1gKUZ8D@mail.gmail.com>
Subject: Re: simplifying rebaseall
From: Al <oss.elmar@googlemail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
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

> I wonder if there could be a more simple way, i.e. putting it into a
> *.bat script and binding it to an task icon.
>
> I am thinking of something in this sense:
>
> P:/cygwin/bin/ash --exec /bin/rebaseall
>
> As a longterm Linux user I have few experience with windows scripts.
> Would be nice to have such a script directly linked into the start
> menu.

It's possible to create a link with this adapted to your pathes:

%SystemRoot%\system32\cmd.exe /k P:/cygwin/bin/ash /bin/rebaseall

Same with an additional user's DLL list:

%SystemRoot%\system32\cmd.exe /k P:/cygwin/bin/ash /bin/rebaseall -T
/home/prefix/rebase.lst


Al

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

