diff --git a/ResetProfit.bat b/ResetProfit.bat index c2ba8d6a5..aedac0648 100644 --- a/ResetProfit.bat +++ b/ResetProfit.bat @@ -3,7 +3,7 @@ cd /d %~dp0 set /p statreset= This process will remove all accumulated coin data and reset your profit statistics. Are you sure you want to continue? [Y/N] IF /I "%statreset%"=="Y" ( if exist "Stats\Pools\*Profit.txt" del "Stats\Pools\*Profit.txt" - if exist "Stats\*Profit.txt" del "Stats\*Profit.txt" + if exist "Stats\Profit*.txt" del "Stats\Profit*.txt" ECHO Your stats have been successfully reset. PAUSE )