In Linux, the return value of the main function is stored in $?, and can be shown using echo $?. Is there something equivalent in Windows?
In Linux, the return value of the main function is stored in $?, and can be shown using echo $?. Is there something equivalent in Windows?