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
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 %PROGRAMFIL
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 F
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
4 matches
Mail list logo