Skip to content

Commit

Permalink
V 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YasserDRIF committed Feb 12, 2017
1 parent 9f9d128 commit 7c839f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Toggle Tweaker.bat
Expand Up @@ -3,7 +3,7 @@ SetLocal EnableDelayedExpansion


:: define current version
set CurV=4.0
set CurV=3.5


Title Windows 10 Toggle Tweaker v%CurV%
Expand Down Expand Up @@ -93,16 +93,16 @@ if "%errorlevel%"=="0" (goto Versioncheck) else ((Reg.exe add "HKLM\SOFTWARE\Tog





cls
echo Checking For Updates ...
echo.

if exist "%~dp0\Updater.bat" ( del "%~dp0\Updater.bat" )

call :Servercheck dl.dropbox.com MainMenu
call :Download "https://dl.dropbox.com/s/buqhs674085kcap/TWV.txt?dl=1" TWV.TXT
call :Download "https://drive.google.com/uc?export=download&id=0B_Y-lCJYwHfiNkU3VUJkYlh0aGc" TWV.TXT



set content=
for /F "delims=" %%i in (TWV.TXT) do set content=!content! %%i
Expand Down Expand Up @@ -5094,7 +5094,7 @@ echo ^| This is a completely new version of Toggle Tweaker rewritten from scra
echo ^| ^|
echo ^| # The script Now can accept Mouse clicks as Input methode (You can change it from the Settings) ^|
echo ^| ^|
echo ^| # Almost all old options still exists and some are improved. ^|
echo ^| # Almost all old options still exists and some are improved ^|
echo ^| ^|
echo ^| # App removal section:Added New apps 3D Paint-3D View ~ Multi operations in one command ~ Apps Current Status ^|
echo ^| ^|
Expand Down

0 comments on commit 7c839f9

Please sign in to comment.