7aba194d3b
Change back to script's folder when started as administrator
5 lines
56 B
Batchfile
5 lines
56 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
xmrig.exe --bench=10M --submit
|
|
pause
|