Update install_win7.cmd

This commit is contained in:
vayulqq 2025-05-31 22:18:38 +03:00 committed by GitHub
parent 9b77cabb9f
commit 09aa291c49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
@echo off
setlocal enabledelayedexpansion
chcp 65001 > nul
:: 65001 - UTF-8
@ -12,7 +13,6 @@ if "%1"=="admin" (
exit /b
)
setlocal enabledelayedexpansion
if [%1] == [install] goto :install
if %PROCESSOR_ARCHITECTURE%==AMD64 (