diff --git a/install.cmd b/install.cmd index 1341250..6192727 100644 --- a/install.cmd +++ b/install.cmd @@ -14,7 +14,7 @@ SETLOCAL enabledelayedexpansion for /F "tokens=*" %%F in ('chcp') do ( for %%A in (%%F) do (set _last=%%A) ) -SET CP=%_last:~0,-1% +SET CP=%_last:~0% chcp 850 > NUL :: echo %CP%