File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ if "%errorlevel%"=="1" echo Author : OrthodoxWin32 Theme type : classic Defined
1313if " %errorlevel% " == " 2" REM pause
1414
1515set /P c = Do you want apply the sample theme ?[Y\N]?
16- if /I " %c% " EQU " Y" (Start C:\ThemeSwitcher\Window~2 \ThemeSwitcher.exe Exemple.theme
16+ if /I " %c% " EQU " Y" (Start %userprofile% \TSS\ThemeSwitcher \ThemeSwitcher.exe Exemple.theme
1717goto :CTT)
1818if /I " %c% " EQU " N" (goto :ANNULATION)
1919
2020:CTT
21- if exist C:\Classic\ClassicThemeTray .exe (echo The classic theme is already active) else (ren " C:\Classic\ClassicThemeTray_old .exe" ClassicThemeTray .exe
21+ if exist %userprofile% \tss\classic\classicthemetray .exe (echo The classic theme is already active) else (ren " %userprofile% \tss\classic\classicthemetray_old .exe" classicthemetray .exe
2222echo The classic theme has been activated)
2323
2424Set BT2 = basicthemer2.exe
25- tasklist | find /i " %BT2% " > nul && (TASKKILL /f /im BasicThemer2.exe
26- schtasks .exe /change /tn basictheme /DISABLE
27- echo The basic theme has been disabled) || echo The basic theme is already disabled
25+ tasklist | find /i " %BT2% " > nul && (TASKKILL /f /im BasicThemer2.exe) || echo 0
26+ if exist %userprofile% \tss\basic\basicthemer2 .exe (ren " %userprofile% \tss\basic\basicthemer2.exe " BasicThemer2_old.exe
27+ echo The basic theme has been disabled) else ( echo The basic theme is already disabled)
2828
29- start C:\Classic\ClassicThemeTray .exe /enable
29+ start %userprofile% \TSS\classic\classicthemetray .exe /enable
3030
3131set /P c = Do you want to restart explorer ?[Y\N]?
3232if /I " %c% " EQU " Y" (TASKKILL /f /im explorer.exe
@@ -43,4 +43,4 @@ echo Task aborted
4343pause
4444
4545:FIN
46- End
46+ End
You can’t perform that action at this time.
0 commit comments