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 $PROGGRAMW6

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

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

Re: Unable to start Cygwin64 terminal after password change

2021-08-03 Thread john doe via Cygwin
On 8/3/2021 8:12 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: "during user-initiated shutdowns, the kernel, drivers, and services are preserved and restored, not just restarted." Which was why I specifically used "shutdown /r", which is: /r Full shutdown and restart