This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Unix pathname -> DOS pathname


I don't know if anybody has mentioned this yet, but cygpath.exe from
Sergey's coolview patch allows you to convert to/from Dos/Unix pathnames.
Get it at ftp://www.lexa.ru/pub/domestic/sos/coolview.tar.gz

--Chuck Wilson



Roger René Kommer wrote:

> Hi,
> > > How can I convert a Unix pathname to a DOS pathname? Example:
> > >
> > > from: /usr/local/myfile
> > >
> > > to:   D:\local\myfile
> > >
> > > (in the example /usr is mounted on D:)
> >
> > Hey, you just did!  (Sorry, couldn't resist.)
> Actually it is more interessant, how to do it in shell scripts.
> One possibility is to launch
> echo `cmd.exe /c cd`
> to get the cwd in DOS/NT syntax, but the performance could be
> better.
> Does anybody know a better solution?
>
> Roger
>
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
>

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]