core: 修复批处理乱码

This commit is contained in:
bin456789
2024-03-19 21:36:21 +08:00
parent 1d78368c00
commit 7d02eebfd5
6 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,6 @@
@echo off
mode con cp select=65001 >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
for /f "tokens=2" %%a in ('echo list vol ^| diskpart ^| findstr "\<%C%\>"') do (echo select vol %%a & echo extend) | diskpart