X-Recipient: archive-cygwin AT delorie DOT 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: <4A443035 DOT 3000904 AT gmail DOT com> Date: Thu, 25 Jun 2009 23:14:50 -0400 Message-ID: Subject: Re: Launching CMD.EXE windows from cygwin bash From: "Mark J. Reed" To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 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 -- 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