Knowing your Shell
Theory
Practice
Detecting Shell Type
# Echo whether the current shell is CMD or PowerShell
(dir 2>&1 *`|echo CMD);&<# rem #>echo PowerShellDetecting PowerShell Architecture:
[Environment]::Is64BitProcessLast updated