Skip to content

Commit 1e6367a

Browse files
Update DWM_Exemple - EN.bat
1 parent d680d59 commit 1e6367a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Samples-scripts/DWM_Exemple - EN.bat

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ if "%errorlevel%"=="1" echo Author : OrthodoxWin32 Theme type : DWM Defined para
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 (ren "C:\Classic\ClassicThemeTray.exe" ClassicThemeTray_old.exe
21+
if exist %userprofile%\TSS\classic\classicthemetray.exe (ren "%userprofile%\classic\TSS\classicthemetray.exe" ClassicThemeTray_old.exe
2222
echo 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

26-
Set BT2=BasicThemer2.exe
27-
tasklist | find /i "%BT2%">nul && (TASKKILL /f /im BasicThemer2.exe
28-
schtasks.exe /change /tn basictheme /DISABLE
29-
echo The basic theme has been disabled) || echo The basic theme is already disabled
26+
Set BT2=basicthemer2.exe
27+
tasklist | find /i "%BT2%">nul && (TASKKILL /f /im BasicThemer2.exe) || echo 0
28+
if exist %userprofile%\tss\basic\basicthemer2.exe (ren "%userprofile%\tss\basic\basicthemer2.exe" BasicThemer2_old.exe
29+
echo The basic theme has been disabled) else (echo The basic theme is already disabled)
3030

31-
set /P c=Do you want to restart explorer ?[Y\N]?
31+
set /P c=Voulez-vous redémarrer l'explorateur ?[Y\N]?
3232
if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
3333
start explorer.exe)
3434
if /I "%c%" EQU "N" (goto :MSG)
@@ -43,4 +43,4 @@ echo Task aborted
4343
pause
4444

4545
:FIN
46-
End
46+
End

0 commit comments

Comments
 (0)