From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4024 invoked by alias); 28 Jun 2002 07:52:02 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 3972 invoked from network); 28 Jun 2002 07:51:59 -0000 Received: from unknown (HELO av001.thyssen.com) (149.211.49.30) by sources.redhat.com with SMTP; 28 Jun 2002 07:51:59 -0000 Received: from mail.thyssen.com (unverified) by av001.thyssen.com (Content Technologies SMTPRS 4.2.10) with ESMTP id ; Fri, 28 Jun 2002 09:51:50 +0200 Received: from srv479.thyssen.com (srv479 [149.206.183.11]) by mail.thyssen.com (8.10.0.Beta6/1.0.3) with ESMTP id g5S7ilj59724; Fri, 28 Jun 2002 09:44:47 +0200 Received: from srv115.thyssen.com (SRV115.thyssen.com [149.206.47.59]) by srv479.thyssen.com (8.11.1/8.11.1) with ESMTP id g5S7rvU89138; Fri, 28 Jun 2002 09:53:57 +0200 Received: by srv115.thyssen.com with Internet Mail Service (5.5.2653.19) id ; Fri, 28 Jun 2002 09:51:52 +0200 Message-ID: <5A95B0B37820D511AD1500B0D0AADF774DE019@lbsvnt4> From: BStrohhaecker@Hueller-Hille.com To: cygwin@cygwin.com Cc: g.r.vansickle@worldnet.att.net Subject: Re: Useful Cygwinism: "Explorer Here" Date: Fri, 28 Jun 2002 02:56:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-SW-Source: 2002-06/txt/msg01616.txt.bz2 Von: Gary R. Van Sickle [mailto:g.r.vansickle@worldnet.att.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/