title 【01】 启动 USB-Windows 7 x86 移动系统
set ldudpe=ldudpe
if exist /ldudpe set ldudpe=%@root%/ldudpe
(76)/hidehd > nul || set _=
set VHD=/USBWin7x86.vhd
if not exist %VHD
详情回复
发表于 2017-7-14 16:10
title 【01】 启动 USB-Windows XP 移动系统
set ldudpe=ldudpe
if exist (77)/ldudpe set ldudpe=(77)/ldudpe
if "%ldudpe%"=="ldudpe" if exist /udm/ldudpe set ldudpe=%@root%/udm/ldudpe
(76)/hidehd > nul || set _=
set VHD=/USBWinXP.vhd
if not exist %VHD% find --set-root %VHD%
%ldudpe% -loaddisk %VHD% || set _=
map %VHD% (hd0) > nul
map (hd0) (hd1) > nul
map --hook
#map --unmap=2:120 && map --rehook
chainloader (hd0)+1 && boot
不要想成什么模版。
就那个菜单(title)。
title 【01】 启动 USB-Windows 7 x64 移动系统
set ldudpe=ldudpe
if exist (77)/ldudpe set ldudpe=(77)/ldudpe
if "%ldudpe%"=="ldudpe" if exist
详情回复
发表于 2017-7-14 23:35