From: | "Christopher A(dot) Watford" <christopher(dot)watford(at)gmail(dot)com> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, Thomas Hallgren <thhal(at)mailblocks(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: pg_config --pgxs on Win32 |
Date: | 2005-10-14 14:57:39 |
Message-ID: | 8008871f0510140757r5d81c4aehd0fe96ea8371470f@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 10/14/05, Dave Page <dpage(at)vale-housing(dot)co(dot)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(dot)watford(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2005-10-14 15:00:59 | Re: Request for a 'force interactive mode' flag (-I) for |
Previous Message | Bruce Momjian | 2005-10-14 14:05:05 | Re: Request for a "force interactive mode" flag (-I) for psql |