|
|
发表于 2010-7-15 09:42:13
|
显示全部楼层
对不起,是我搞混了,没把路径改过来。
几个小细节改一下:
1:到桌面后,如果存在SERV_SET.BAT,自动运行“客户端网络支持”、“映射网络驱动盘”、“在开始菜单链接”
2:“客户端网络支持:不需要运行penetcfg.exe
3:”客户端网络支持“批处理,判断如果存在SERV_SET.BAT,就没必要加载其他的...
...
MENU.LST:
debug on
terminal console
color white/blue blue/yellow light-red/blue 10
timeout 0
default 0
title RUN WIMPE2003
checkrange 0x21 read 0x82a0 && fallback 1 && pxe keep && kernel
chainloader --force /COOLG/PXEWIM.0
boot
title
clear
map --mem /COOLG/IPIMG.IMG (fd0)
map --hook
command --set-path=(fd0)/GRUB/
FAT copy /COOLG/SERV_SET.BAT (fd0)/
WENV calc aa=*0x8288 & 0xff
WENV set ip=${aa}
WENV calc aa=*0x8288 >>8 & 0xff
WENV set ip=${ip}.${aa}
WENV calc aa=*0x8288 >>16 & 0xff
WENV set ip=${ip}.${aa}
WENV calc aa=*0x8288 >>24 & 0xff
WENV set ip=${ip}.${aa}
WENV run write --offset=0x100 (fd0)/SERV_SET.BAT \r\nset PXE_SERVER=${ip}\r\n
WENV reset
chainloader --force /COOLG/PXEWIM.0
#boot
[ 本帖最后由 zhaohj 于 2010-7-15 09:47 编辑 ] |
|