if not exist %windir%/system32/subst.exe goto setup
:menu
cls
title wim文件工具
echo 1 查看wim文件内容;
echo 2 卸载挂载的wim文件;
echo 3 还原映像文件到分区;
set /p choice=请输入选择你要操作的编号(1/2/3),按回车确定:
If /i "%Choice%"=="1" goto vie
If /i "%Choice%"=="2" goto un
If /i "%Choice%"=="3" goto res