Skip to content

Commit

Permalink
Update RiiConnect24_DNS_Checker.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
KcrPL authored Apr 17, 2020
1 parent d3a7c8e commit e9b99a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RiiConnect24_DNS_Checker.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ echo The program is starting...

:: ===========================================================================
:: RiiConnect24 DNS Checker
set version=1.0.0
set version=1.0.1
:: AUTHORS: KcrPL
:: ***************************************************************************
:: Copyright (c) 2020 KcrPL, RiiConnect24 and it's (Lead) Developers
:: ===========================================================================
set last_build=2020/04/16
set at=23:23
set last_build=2020/04/17
set at=3:08AM

title RiiConnect24 DNS Checker v%version% Created by @KcrPL

Expand Down Expand Up @@ -480,8 +480,8 @@ echo More info:
call "dig\dig.exe" @%current_rc24_server% weather.wapp.wii.com
echo -----------------------------------------------------------------------------------------------------------------------------
echo.
rmdir dig_temp /s /q
rmdir %TempStorage% /s /q
if exist dig rmdir dig /s /q
if exist %TempStorage% rmdir %TempStorage% /s /q

echo Press any key to exit. All temporary files has been flushed.
pause>NUL
Expand Down

0 comments on commit e9b99a3

Please sign in to comment.