1@rem Formerly used by the buildbot "test" step. 2@echo This script is no longer used and may be removed in the future. 3@echo To get the same effect as this script, use 4@echo PCbuild\rt.bat -q -d -x64 -uall -rwW 5@echo or use `test.bat` in this directory and pass `-x64` as an argument. 6call "%~dp0test.bat" -x64 %* 7