delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <5A95B0B37820D511AD1500B0D0AADF774DE019@lbsvnt4> |
From: | BStrohhaecker AT Hueller-Hille DOT com |
To: | cygwin AT cygwin DOT com |
Cc: | g DOT r DOT vansickle AT worldnet DOT att DOT net |
Subject: | Re: Useful Cygwinism: "Explorer Here" |
Date: | Fri, 28 Jun 2002 09:45:14 +0200 |
MIME-Version: | 1.0 |
Von: Gary R. Van Sickle [mailto:g DOT r DOT vansickle AT worldnet DOT att DOT net] Gesendet: Freitag, 28. Juni 2002 06:06 ... > # Easy "Explorer Here" command > x() > { > if [ "${1}" = "" ]; > then > XPATH="."; > else > XPATH="$(cygpath -w "${1}")"; > fi > explorer $XPATH & > } ... FWIW, to open 2 windows inside explorer try 'explorer /e,$XPATH &'. Bernd -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |