Improve .cmd files when run by shortcuts on another drive

This commit is contained in:
Jeremy Chadwick
2023-03-31 20:16:00 -07:00
parent 46eb5dca42
commit 35d968d551
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=10M --submit
pause