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
REM /quiet requires having admin rights in advance
55
59
echo.
56
-
echo ** WARNING: Script running without admin rights. Cannot continue.
60
+
echo ** Englishize Cmd requires admin rights in advance for /quiet. Please run Command Prompt as admin.
57
61
echo.
58
62
pause
59
63
goto :EOF
@@ -74,9 +78,9 @@ echo.
74
78
echo [ Englishize Cmd v2.0 ]
75
79
echo.
76
80
echo.
77
-
echo # This script changes commandline interface to English.
81
+
echo # This script changes command-line interface to English.
78
82
echo.
79
-
echo # Designed for localized non-English Windows Vista or above. Any languages.
83
+
echo # Designed for localized non-English Windows Vista ^(Server 2008^) or above. Any languages.
80
84
echo.
81
85
echo # Note 1. A few programs without a .mui aren't affected, e.g. xcopy
82
86
echo.
@@ -85,6 +89,8 @@ echo.
85
89
echo 3. English MUI can be installed through Windows Update or Vistalizator
86
90
echo to support GUI programs such as Paint.
87
91
echo.
92
+
echo 4. /quiet ^(optional^) can be specified to run Englishize Cmd in an unattended way
93
+
echo.
88
94
if /i "%~1"NEQ"/quiet" (
89
95
echo Press any key to begin . . .
90
96
pause>nul
@@ -133,7 +139,7 @@ if /i "%~1" NEQ "/quiet" (
133
139
pause>nul
134
140
start"""%comspec%" /c "help&echo.&echo # Successful if the above is displayed in English.&echo.&echo # Note: This window will close automatically in 10 seconds.&echo.&ping 127.0.0.1 -n 10 >nul 2>&1"
135
141
) else (
136
-
start"""%comspec%" /c "help&echo.&echo # Successful if the above is displayed in English.&echo.&echo # Note: This window will close automatically in 5 seconds.&echo.&ping 127.0.0.1 -n 5 >nul 2>&1"
142
+
start"""%comspec%" /c "help&echo.&echo # Successful if the above is displayed in English.&echo.&echo # Note: This window will close automatically in 10 seconds.&echo.&ping 127.0.0.1 -n 10 >nul 2>&1"
REM /quiet requires having admin rights in advance
55
59
echo.
56
-
echo ** WARNING: Script running without admin rights. Cannot continue.
60
+
echo ** Englishize Cmd requires admin rights in advance for /quiet. Please run Command Prompt as admin.
57
61
echo.
58
62
pause
59
63
goto :EOF
@@ -73,7 +77,7 @@ echo.
73
77
echo [ Englishize Cmd v2.0 ]
74
78
echo.
75
79
echo.
76
-
echo # This script restores the commandline interface back to the original language
80
+
echo # This script restores the command-line interface back to the original language
77
81
echo.
78
82
if /i "%~1"NEQ"/quiet" (
79
83
echo Press any key to begin . . .
@@ -114,7 +118,7 @@ if /i "%~1" NEQ "/quiet" (
114
118
pause>nul
115
119
start"""%comspec%" /c "help&echo.&echo # Successful if the above is displayed in the original language.&echo.&echo # Note 1: It may not reflect now if the restorer was run elevated.&echo.&echo # Note 2: This window will close automatically in 10 seconds.&echo.&ping 127.0.0.1 -n 10 >nul 2>&1"
116
120
) else (
117
-
start"""%comspec%" /c "help&echo.&echo # Successful if the above is displayed in the original language.&echo.&echo # Note 1: It may not reflect now if the restorer was run elevated.&echo.&echo # Note 2: This window will close automatically in 5 seconds.&echo.&ping 127.0.0.1 -n 5 >nul 2>&1"
121
+
start"""%comspec%" /c "help&echo.&echo # Successful if the above is displayed in the original language.&echo.&echo # Note 1: It may not reflect now if the restorer was run elevated.&echo.&echo # Note 2: This window will close automatically in 10 seconds.&echo.&ping 127.0.0.1 -n 10 >nul 2>&1"
0 commit comments