Run the below command to check the underlying shell type.
(dir 2>&1 *`|echo CMD);&<# rem #>echo PowerShell
Run any of the below to check the underlying shell type.
echo $SHELL echo $0 ps
Last updated 1 year ago