Re: Can cygwin be configured to always use mixed path output types?

2004-01-29 Thread Cohen Dan
m wrong, I would appreciate an example of how to set this up.. Thank you in advance. Dan --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Thu, 29 Jan 2004, Cohen Dan wrote: > > > Hi, > > > > I have a project that requires me to use both > cygwin and MKS.. MKS

Can cygwin be configured to always use mixed path output types?

2004-01-29 Thread Cohen Dan
Hi, I have a project that requires me to use both cygwin and MKS.. MKS primarily uses paths like "c:/temp" and cygwin has the path "/cygdrive/c/temp". I know I can use cygpath (cygpath -m /cygdrive/c/temp) to convert the cygwin path to "c:/temp" but that solution will be very time consuming to im