Re: Program files environmental variables

2021-11-23 Thread Brian Inglis
On 2021-11-23 02:02, john doe via Cygwin wrote: Cygwins, Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in Bash: $ echo $PROGRAMFILES; echo "$PROGRAMFILES(x86)"; echo $PROGGRAMW6432 C:\Program Files C:\Program Files(x86) $ cmd.exe /C "echo %PROGRAMFILES%

Re: Program files environmental variables

2021-11-23 Thread Eliot Moss
On 11/23/2021 10:15 AM, john doe via Cygwin wrote: On 11/23/2021 2:10 PM, Eliot Moss wrote: On 11/23/2021 4:02 AM, john doe via Cygwin wrote:  > Cygwins,  >  > Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in  > Bash:  >  > $ echo $PROGRAMFILES; echo

Re: Program files environmental variables

2021-11-23 Thread john doe via Cygwin
On 11/23/2021 2:10 PM, Eliot Moss wrote: On 11/23/2021 4:02 AM, john doe via Cygwin wrote: > Cygwins, > > Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in > Bash: > > $ echo $PROGRAMFILES; echo "$PROGRAMFILES(x86)"; echo $PROGGRAMW6432 > C:\Program Files >

Re: Program files environmental variables

2021-11-23 Thread john doe via Cygwin
On 11/23/2021 10:37 AM, Daniel Abrahamsson wrote: John Doe wrote: Cygwins, Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in Bash: $ echo $PROGRAMFILES; echo "$PROGRAMFILES(x86)"; echo $PROGGRAMW6432 C:\Program Files C:\Program Files(x86) $ cmd.exe /C "echo

Re: Program files environmental variables

2021-11-23 Thread Eliot Moss
On 11/23/2021 4:02 AM, john doe via Cygwin wrote: > Cygwins, > > Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in > Bash: > > $ echo $PROGRAMFILES; echo "$PROGRAMFILES(x86)"; echo $PROGGRAMW6432 > C:\Program Files > C:\Program Files(x86) > > $ cmd.exe /C "echo

Re: Program files environmental variables

2021-11-23 Thread Lemures Lemniscati via Cygwin
On Tue, 23 Nov 2021 10:52:18 +0100, Csaba Raduly via Cygwin > On Tue, 23 Nov 2021 at 10:02, john doe via Cygwin wrote: > > > > Cygwins, > > > > Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in > > Bash: > > > > $ env | grep PROGRAMFILES > COMMONPROGRAMFILES=C:\Program

Re: Program files environmental variables

2021-11-23 Thread Csaba Raduly via Cygwin
On Tue, 23 Nov 2021 at 10:02, john doe via Cygwin wrote: > > Cygwins, > > Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in > Bash: > $ env | grep PROGRAMFILES COMMONPROGRAMFILES=C:\Program Files\Common Files PROGRAMFILES=C:\Program Files These are the environment

Program files environmental variables

2021-11-23 Thread john doe via Cygwin
Cygwins, Is there a way to get the value of PROGRAMFILES(x86) and PROGRAMW6432 in Bash: $ echo $PROGRAMFILES; echo "$PROGRAMFILES(x86)"; echo $PROGGRAMW6432 C:\Program Files C:\Program Files(x86) $ cmd.exe /C "echo %PROGRAMFILES% %PROGRAMFILES(x86)% %PROGRAMW6432%" C:\Program Files C:\Program