4 lines
57 B
Batchfile
4 lines
57 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
xmlcore.exe --bench=1M --submit
|
|
pause
|