|
ok thank you both of you for the answer . i will try and report back.
moreover , there is one thing that disturbs me ,
the menu SRS_F6 looks very hard to modify or edit because of
goto 9 or goto 10 etc /
for example , i want only 2 options here,
UNIFONT (fd2)/U16HZ
background 0000ff
foreground ffffff
default 1
title XP Install F6
clear
title [1] Setup /WIN$.ISO \m will load WIN$.ISO named ISO from any root available
ECHO Loading SRS_F6 Tool(kernel.img)...
map --mem (bd)/SRS_F6/KERNEL.IMG (fd3) || find --set-root /SRS_F6/KERNEL.IMG && map --mem ()/SRS_F6/KERNEL.IMG (fd3)
map --hook
ECHO Finish loading SRS_F6 (KERNEL.IMG) !
write --offset=200 (fd3)/_setenvi.bat \r\nset WIN$=Yes\r\n
ECHO Loading /WIN$.ISO ...
map --mem (bd)/WIN$.ISO (0xff) || find --set-root /WIN$.ISO && map --mem ()/WIN$.ISO (0xff)
map --hook
cat --length=0 (bd)/WIN$.ISO || cat --length=0 /WIN$.ISO || goto 4
ECHO Finish loading /WIN$.ISO !
configfile (fd2)/MENUSRS.LST
boot
title [2] only load /WIN$.ISO Continue install \n only load /WIN$.ISO Continue installing\n[Enable Unattend Install]
ECHO Loading /WIN$.ISO ...
map --mem (bd)/WIN$.ISO (0xff) || find --set-root /WIN$.ISO && map --mem ()/WIN$.ISO (0xff)
map --hook
cat --length=0 (bd)/WIN$.ISO || cat --length=0 /WIN$.ISO || goto 4
ECHO Finish loading /WIN$.ISO !
GOTO 3
boot
title
map --mem (bd)/WINNT.SIF (rd) && write 0x64000 1 || find --set-root /WINNT.SIF && map --mem ()/WINNT.SIF (rd) && write 0x64000 1
checkrange 1 read 0x64000 || configfile (fd2)/bootntldr
checkrange 1 read 0x64000 && configfile (fd2)/unattend
title
ECHO The file not found,Presses any key to return...
pause
configfile (fd2)/SRS_F6
, BUT the second entry is giving me trouble . can you or any brother confirm if it is the right menu ?
because i can not test it as i dont want to install new windows now /
first menu works fine , i have tried it to load my pe this way . but i can not test the 2nd menu title , because my pe does not have WINNT.SIF .
thats why i am asking if it is the right menu . because i am not sure .
Regards,
Maanu from Pakistan |
|