File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ if "%errorlevel%"=="1" echo Author : OrthodoxWin32 Theme type : basic Defined pa
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% \ThemeSwitcher\ThemeSwitcher.exe Exemple.theme
1717goto :CTT)
1818if /I " %c% " EQU " N" (goto :ANNULATION)
1919
2020:CTT
21- if exist C:\Classic\ClassicThemeTray .exe (ren " C:\Classic\ClassicThemeTray .exe" ClassicThemeTray_old.exe
21+ if exist %userprofile% \tss\classic\classicthemetray .exe (ren " %userprofile% \tss\classic\classicthemetray .exe" ClassicThemeTray_old.exe
2222echo The classic theme has been disabled) else (echo The classic theme is already disabled)
2323
24- start C:\Classic\ClassicThemeTray_old .exe /disable
24+ start %userprofile% \TSS\classic\classicthemetray_old .exe /disable
2525
2626Set BT2 = BasicThemer2.exe
27- tasklist | find /i " %BT2% " > nul && echo The basic theme is already active || (start C:\Basic\ BasicThemer2.exe
28- schtasks .exe /change /tn BasicTheme /ENABLE
27+ tasklist | find /i " %BT2% " > nul && echo 1 || (start C:\TSS\BasicTheme\ BasicThemer2.exe)
28+ if exist %userprofile% \tss\basic\BasicThemer2 .exe (echo The basic theme is already active) else (ren " %userprofile% \tss\basic\BasicThemer2_old.exe " BasicThemer2.exe
2929echo The basic theme has been activated)
3030
3131set /P c = Do you want to restart explorer ?[Y\N]?
@@ -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