Files
ZombieGame-Rawr/_DEMO_RELEASE/4WindowExamRunner.bat
github-classroom[bot] 294e9ab735 Initial commit
2025-05-08 08:33:11 +00:00

9 lines
307 B
Batchfile

start GPP_EXAM_RELEASE.exe -x 30 -y 30 -s 1
start GPP_EXAM_RELEASE.exe -x 1000 -y 30 -s 1
start GPP_EXAM_RELEASE.exe -x 30 -y 600 -s 1
start GPP_EXAM_RELEASE.exe -x 1000 -y 600 -s 1
echo new ActiveXObject("WScript.Shell").AppActivate("GPP_TEST_RELEASE.exe"); > tmp.js
cscript //nologo tmp.js & del tmp.js