Re: psql \! WIN32 cleanup - Mailing list pgsql-patches

From Dave Page
Subject Re: psql \! WIN32 cleanup
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E407B428@ratbert.vale-housing.co.uk
Whole thread Raw
In response to psql \! WIN32 cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: psql \! WIN32 cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches


-----Original Message-----
From: pgsql-patches-owner@postgresql.org on behalf of Tom Lane
Sent: Sat 11/6/2004 5:30 AM
To: Bruce Momjian
Cc: PostgreSQL-patches
Subject: Re: [PATCHES] psql \! WIN32 cleanup

Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> The attached applied patch tests for COMSPEC in the right place and
>> supplies a reasonable shell default on Win32.
>>
> + #define DEFAULT_SHELL "c:/windows/system32/cmd.exe"

> Is it really a good idea to assume that the Windows installation is on
> drive C: ?

I think it's worse to assume the installation directory is "windows". On windows 2000 for example, the default is
"winnt".
Probably the best default would simply be "cmd.exe" as it's invariably in the system path.

Regards, Dave


pgsql-patches by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: psql \! WIN32 cleanup
Next
From: Bruce Momjian
Date:
Subject: Re: psql \! WIN32 cleanup