delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/03/23/02:43:36

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_40,RCVD_NUMERIC_HELO,SPF_HELO_PASS
X-Spam-Check-By: sourceware.org
To: cygwin AT cygwin DOT com
From: Oleksandr Gavenko <gavenko AT bifit DOT com DOT ua>
Subject: Re: Run cmd.exe with /c.
Date: Tue, 23 Mar 2010 09:43:10 +0200
Lines: 23
Message-ID: <ho9ree$u89$1@dough.gmane.org>
References: <ho82hb$59h$1 AT dough DOT gmane DOT org> <4BA86D10 DOT 2050103 AT tlinx DOT org>
Mime-Version: 1.0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3
In-Reply-To: <4BA86D10.2050103@tlinx.org>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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

On 2010.03.23 9:26, Linda Walsh wrote:
> Also if you want to use comspec, use it with cygpath:
>
> $(cygpath $COMSPEC) /c dir
>
I try add

   $(error $(cygpath d:/tmp))

and

temp:
	echo $(cygpath d:/tmp)

But it seems $(cygpath ) not expanded to Cygwin path.

My solution use

   $(subst \,/,$(COMSPEC))

or

   $(shell cygpath -u d:/tmp)


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019