1 2 3 4 5 6 7
@pushd "%~dp0.." && setlocal rustc +stable -V cargo +stable -V ver @popd && endlocal && exit /b %ERRORLEVEL%