Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 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 Content-Type: text/plain; charset="ISO-8859-1" 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/