|
本帖最后由 hilsonma 于 2022-10-8 19:21 编辑
我的是这样的:
- title 2.Win.vhdx
- find --devices=h /vhd/win1.vhdx | set dev=
- if exist %dev%/vhd/win1.txt set x=1
- if exist %dev%/vhd/win2.txt set x=2
- command siso ntboot NT6=/vhd/win%x%.vhdx
复制代码
换成你的就是:
- title Windows 8.1 Vhdx
- find --devices=h /vhdos/SubOS_1.vhdx | set dev=
- if exist %dev%/vhdos/SubOS.1 set x=1
- if exist %dev%/vhdos/SubOS.2 set x=2
- command siso ntboot NT6=/vhdos/SubOS_%x%.vhdx
复制代码
要求grldr所在位置有外部命令siso |
|