SET /P input= 是否继续(字母 Y 继续,字母 N 推出...)
echo.
if /I "%input%"=="N" goto EXIT
if /I not "%input%"=="Y" goto IN
:IN
imagex /apply .\sources\install.wim 1 C:
bcdboot c:\windows /s C:
bootsect /nt60 C:
| 欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) | Powered by Discuz! X3.3 |