Skip to content

Commit 05959ea

Browse files
Update Classic_Exemple - EN.bat
1 parent b44767c commit 05959ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Samples-scripts/Classic_Exemple - EN.bat

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ if "%errorlevel%"=="1" echo Author : OrthodoxWin32 Theme type : classic Defined
1313
if "%errorlevel%"=="2" REM pause
1414

1515
set /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
1717
goto :CTT)
1818
if /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
2222
echo The classic theme has been activated)
2323

2424
Set 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

3131
set /P c=Do you want to restart explorer ?[Y\N]?
3232
if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
@@ -43,4 +43,4 @@ echo Task aborted
4343
pause
4444

4545
:FIN
46-
End
46+
End

0 commit comments

Comments
 (0)