Re: How to get cygwin path

2010-10-04 Thread Daniel Barclay
Afflictedd2 wrote: Ok. nm... it has to be this way: cygpath -u "C:\Users\Viper\Tmp" Using single quotes would be more general. Consider the difference if the pathname includes a substring like "\r". (Backslash is inert in (bash/sh/etc.) single-quoted strings, but sometimes escapes the foll

Re: How to get cygwin path

2010-10-02 Thread Afflictedd2
Ok. nm... it has to be this way: cygpath -u "C:\Users\Viper\Tmp" Afflictedd2 wrote: > > That doesn't seem to quite work.. or at least there doesn't seem to be a > straightforward way to do this O_o > > $ cygpath.exe -c ANSI -u C:\Users\Viper\Tmp > C:UsersViperTmp > > Ted > > > > Greg Ch

Re: How to get cygwin path

2010-10-02 Thread Afflictedd2
That doesn't seem to quite work.. or at least there doesn't seem to be a straightforward way to do this O_o $ cygpath.exe -c ANSI -u C:\Users\Viper\Tmp C:UsersViperTmp Ted Greg Chicares-2 wrote: > > On 2010-10-02 21:09Z, Afflictedd2 wrote: >> >> Is there a utility in cygwin that can transfo

Re: How to get cygwin path

2010-10-02 Thread Greg Chicares
On 2010-10-02 21:09Z, Afflictedd2 wrote: > > Is there a utility in cygwin that can transform a path in windows > o a path in cygwin.. for example my path. > > C:\Users\User1\Documents to /cygdrive/c/Users/User1/Documents http://www.cygwin.com/cygwin-ug-net/using-utils.html#cygpath -- Problem re