X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <4A443035.3000904@gmail.com>
References: <loom.20090626T005311-580@post.gmane.org> 	 <4A443035.3000904@gmail.com>
Date: Thu, 25 Jun 2009 23:14:50 -0400
Message-ID: <f60fe000906252014m484205c5t78a03976982f5728@mail.gmail.com>
Subject: Re: Launching CMD.EXE windows from cygwin bash
From: "Mark J. Reed" <markjreed@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
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

On Thu, Jun 25, 2009 at 10:19 PM, Dave Korn:
>> Problem: I want to be able to launch a CMD.EXE window starting in a part=
icular
>> directory from my cygwin bash window.
>
> =C2=A0Just type "start" and press return.
I get "bash: start: command not found." in 1.7.

This works, though:

cygstart /cygdrive/c/windows/system32/cmd.exe

or, if you have that in your $PATH, just

cygstart `which cmd`

--=20
Mark J. Reed <markjreed@gmail.com>

--
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

