mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 07:28:56 +08:00
windows: 使用 437 代码页
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
@echo off
|
||||
mode con cp select=65001 >nul
|
||||
mode con cp select=437 >nul
|
||||
setlocal EnableDelayedExpansion
|
||||
|
||||
set confhome=https://raw.githubusercontent.com/bin456789/reinstall/main
|
||||
set github_proxy=raw.gitmirror.com
|
||||
|
||||
rem 65001 代码页会乱码
|
||||
|
||||
rem 不要用 :: 注释
|
||||
rem 否则可能会出现 系统找不到指定的驱动器
|
||||
|
||||
|
||||
Reference in New Issue
Block a user