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
tasklist|find /i "%BT2%">nul&&echo AC || (start C:\TSS\BasicTheme\BasicThemer2.exe)
21
+
ifexist%userprofile%\tss\basic\BasicThemer2.exe (echo Le thème basic est déjà activé) else (ren "%userprofile%\tss\basic\BasicThemer2_old.exe" BasicThemer2.exe
22
+
echo Le thème basic a été activé)
23
+
24
+
set /P c=Voulez-vous redémarrer l'explorateur ?[Y\N]?
set /P c=Voulez-vous appliquer le thème classique ?[Y\N]?
10
+
if /I "%c%"EQU"Y" (goto :CTT)
11
+
if /I "%c%"EQU"N" (goto :ANNULATION)
12
+
13
+
:CTT
14
+
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
15
+
echo Le thème classique a été activé)
16
+
17
+
SetBT2=basicthemer2.exe
18
+
tasklist|find /i "%BT2%">nul&& (TASKKILL /f /im BasicThemer2.exe) ||echo INA
0 commit comments