Skip to content

Commit

Permalink
Update ResetProfit.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowMiner committed May 27, 2019
1 parent 7119f83 commit 867aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResetProfit.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 867aaa9

Please sign in to comment.