You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Samples-scripts/Classic_Exemple_FR.bat
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@ if "%errorlevel%"=="1" echo Auteur : OrthodoxWin32 Type de thème : classique Pa
13
13
if"%errorlevel%"=="2"REM pause
14
14
15
15
set /P c=Voulez-vous appliquer le thème d'exemple ?[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
17
17
goto :CTT)
18
18
if /I "%c%"EQU"N" (goto :ANNULATION)
19
19
20
20
:CTT
21
-
ifexistC:\Classic\ClassicThemeTray.exe (echo Le thème classique est déjà activé) else (ren "C:\Classic\ClassicThemeTray_old.exe"ClassicThemeTray.exe
21
+
ifexist%userprofile%\tss\classic\classicthemetray.exe (echo Le thème classique est déjà activé) else (ren "%userprofile%\tss\classic\classicthemetray_old.exe"classicthemetray.exe
0 commit comments