Skip to content

Commit b757c62

Browse files
Update DWM_Exemple - EN.bat
1 parent 05c1546 commit b757c62

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Samples-scripts/DWM_Exemple - EN.bat

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
@echo off
22
chcp 65001 > nul
33

4-
echo ************************************************************
5-
echo * Sample DWM Theme *
6-
echo * *
7-
echo * Press I for more info, press C to continue *
8-
echo ************************************************************
4+
echo ***********************************************************
5+
echo * Sample DWM-Effects Theme *
6+
echo * *
7+
echo * Press I for more info, press C to continue *
8+
echo ***********************************************************
99
echo.
1010

1111
CHOICE /C IC
12-
if "%errorlevel%"=="1" echo Author : OrthodoxWin32 Theme type : DWM Defined parameters : This theme is a sample, inactive theme. The ThemeSwitcher error is normal.
12+
if "%errorlevel%"=="1" echo Author : OrthodoxWin32 Theme type : DWM-Effects Defined parameters : This theme is a sample, inactive theme. The ThemeSwitcher error is normal.
1313
if "%errorlevel%"=="2" REM pause
1414

1515
set /P c=Do you want apply the sample theme ?[Y\N]?
@@ -28,7 +28,7 @@ tasklist | find /i "%BT2%">nul && (TASKKILL /f /im BasicThemer2.exe) || echo IN
2828
if exist %userprofile%\tss\basic\basicthemer2.exe (ren "%userprofile%\tss\basic\basicthemer2.exe" BasicThemer2_old.exe
2929
echo The basic theme has been disabled) else (echo The basic theme is already disabled)
3030

31-
set /P c=Voulez-vous redémarrer l'explorateur ?[Y\N]?
31+
set /P c=Do you want to restart explorer ?[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)

0 commit comments

Comments
 (0)