Skip to content

Commit

Permalink
Update ShadesToolbox.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
shadesofdeath committed Oct 16, 2022
1 parent 33e1a19 commit 0a083d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShadesToolbox.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ cls
chcp 65001 > NUL
cd /d "%~dp0"
for /f %%a in ('"cd"') do set Location=%%a
if C:\Shades-Toolbox NEQ %Location% (echo %R%[31m Move Shades-Toolbox Folder to Local Disk C !%R%[0m
if C:\Shades-Toolbox NEQ %Location% (echo Move Shades-Toolbox Folder to Local Disk C !
echo.
echo %R%[32m Shades-Toolbox Closing...
echo Shades-Toolbox Closing...
timeout /t 3 /nobreak > NUL
exit
)
Expand Down

0 comments on commit 0a083d2

Please sign in to comment.