Skip to content

Commit

Permalink
Create ResetTotals.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowMiner committed Mar 27, 2019
1 parent 18a6c82 commit d90bcd0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ResetTotals.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@echo off
cd /d %~dp0
set /p statreset= This process will remove all accumulated pool totals. Are you sure you want to continue? [Y/N]
IF /I "%statreset%"=="Y" (
if exist "Stats\Totals\*Total.txt" del "Stats\Totals\*Total.txt"
ECHO Your totals have been successfully reset.
PAUSE
)

0 comments on commit d90bcd0

Please sign in to comment.