On 8/26/2016 10:58 AM, Nellis, Kenneth wrote:
> $ cmd /c DIR $(cygpath -w hello)
But
$ cmd /c $(cygpath -w hello)
will execute hello.exe
The fact that you get file not found error tells me that cmd is doing
what it does. The purpose of the .exe magic is for executing the file
from the Cygwin she
On Fri, Aug 26, 2016 at 10:58 AM, Nellis, Kenneth wrote:
> Here is a contrived example:
>
> $ cmd /c DIR $(cygpath -w hello.exe)
> Volume in drive C has no label.
> Volume Serial Number is 6A15-FFB2
>
> Directory of C:\cygwin\home\knellis\dev\c\hello
>
> 08/26/2016 10:4760,927 hello
On 26.08.2016 15:08, Nellis, Kenneth wrote:
Dear Cygwin Community,
$ ls -l
total 60
-rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
$ ./hello
Hello, world!
$ cygpath -w hello
hello
$
The purpose of cygpath -w, it seems to me, is to provide
to Windows a valid path given a Posix pa
From: cyg Simple
> On 8/26/2016 10:35 AM, Nellis, Kenneth wrote:
> > From: Herbert Stocker
> >> On 26.08.2016 15:19, Lee Dilkie wrote:
> >>> and break everyone who has existing code to take care of this?
> >>
> >> If it is done, it should be done as an additional option, i'd say.
> >
> > Of course
On 26 August 2016 at 07:08, Nellis, Kenneth wrote:
> Dear Cygwin Community,
>
> $ ls -l
> total 60
> -rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
> $ ./hello
> Hello, world!
> $ cygpath -w hello
> hello
> $
>
> The purpose of cygpath -w, it seems to me, is to provide
> to Windows
On 8/26/2016 10:35 AM, Nellis, Kenneth wrote:
> From: Herbert Stocker
>> On 26.08.2016 15:19, Lee Dilkie wrote:
>>> and break everyone who has existing code to take care of this?
>>
>> If it is done, it should be done as an additional option, i'd say.
>
> Of course a new option, duh! ☺
> But my fe
From: Herbert Stocker
> On 26.08.2016 15:19, Lee Dilkie wrote:
> > and break everyone who has existing code to take care of this?
>
> If it is done, it should be done as an additional option, i'd say.
Of course a new option, duh! ☺
But my feeble brain is failing to imagine a case where this
would
On 8/26/2016 9:08 AM, Nellis, Kenneth wrote:
> Dear Cygwin Community,
>
> $ ls -l
> total 60
> -rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
> $ ./hello
> Hello, world!
> $ cygpath -w hello
> hello
> $
>
> The purpose of cygpath -w, it seems to me, is to provide
> to Windows a va
On 26.08.2016 15:19, Lee Dilkie wrote:
On 8/26/2016 9:08 AM, Nellis, Kenneth wrote:
Dear Cygwin Community,
$ ls -l
total 60
-rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
$ ./hello
Hello, world!
$ cygpath -w hello
hello
$
The purpose of cygpath -w, it seems to me, is to provi
On 8/26/2016 9:08 AM, Nellis, Kenneth wrote:
Dear Cygwin Community,
$ ls -l
total 60
-rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
$ ./hello
Hello, world!
$ cygpath -w hello
hello
$
The purpose of cygpath -w, it seems to me, is to provide
to Windows a valid path given a Posix
10 matches
Mail list logo