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

From Christopher A. Watford
Subject Re: pg_config --pgxs on Win32
Date
Msg-id 8008871f0510140757r5d81c4aehd0fe96ea8371470f@mail.gmail.com
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.

E:\>c:

C:\Test>cd "/Test"
The syntax of the command is incorrect.

C:\Test>cd /
The syntax of the command is incorrect.

C:\Test>cd "c:/"

C:\Test>cd \

C:\>cd "/Test"
The syntax of the command is incorrect.

C:\>cd "Test/Test2"

C:\Test\Test2>

--
Christopher A. Watford
christopher.watford@gmail.com


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Request for a "force interactive mode" flag (-I) for psql
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Request for a "force interactive mode" flag (-I) for