Re: pg_config --pgxs on Win32 - Mailing list pgsql-hackers

From Matt Emmerton
Subject Re: pg_config --pgxs on Win32
Date
Msg-id 00da01c5d0d7$f1d03f70$1200a8c0@gsicomp.on.ca
Whole thread Raw
In response to Re: pg_config --pgxs on Win32  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-hackers
> On 10/14/05, Dave Page <dpage@vale-housing.co.uk> wrote:
> > Won't help:
> >
> > Microsoft Windows XP [Version 5.1.2600]
> > (C) Copyright 1985-2001 Microsoft Corp.
> >
> > C:\Documents and Settings\dpage>mkdir c:\foo
> >
> > C:\Documents and Settings\dpage>cd c:/foo
> > The system cannot find the path specified.
> >
> > C:\Documents and Settings\dpage>cd /foo
> > The system cannot find the path specified.
> >
> > C:\Documents and Settings\dpage>cd c:\foo
> >
> > C:\foo>
> >
> > Regards, Dave
> >
>
> Can't prepend a drive name anyways with 'cd', what if you're on a
> different drive?
>
> =Win2kpro=====================
> E:\>cd "c:/Test"
> The system cannot find the path specified.

Try "cd /D c:/Test"

The /D option changes the current directory *and* the current drive in one
command.

--
Matt Emmerton



pgsql-hackers by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: Request for a 'force interactive mode' flag (-I) for
Next
From: Josh Berkus
Date:
Subject: Re: A costing analysis tool