Improve .cmd files when run by shortcuts on another drive

This commit is contained in:
Jeremy Chadwick 2023-03-30 20:20:34 -07:00
parent 6e856ca39c
commit 5908a4fd52
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
@echo off
cd %~dp0
cd /d "%~dp0"
xmrig.exe --bench=1M --submit
pause