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