windows: 使用 437 代码页

This commit is contained in:
bin456789
2024-03-22 20:05:53 +08:00
parent e3fe839329
commit 55cc1a47ac
6 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
@echo off
mode con cp select=65001 >nul
mode con cp select=437 >nul
set C=%SystemDrive:~0,1%
for /f "tokens=2" %%a in ('echo list vol ^| diskpart ^| findstr "\<installer\>"') do (echo select vol %%a & echo delete partition) | diskpart