X-Recipient: archive-cygwin AT delorie DOT 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: References: Date: Sat, 25 Sep 2010 17:35:34 +0200 Message-ID: Subject: Re: simplifying rebaseall From: Al To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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