Initial commit
This commit is contained in:
9
_DEMO_RELEASE/4WindowExamRunner.bat
Normal file
9
_DEMO_RELEASE/4WindowExamRunner.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user