I just want to know if I can Program my WinPE Like my Win98DOS when i boot theres a MENU¿¿¿

http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' />
Example of MENU:
1. HardDisk Partition
2. Format HardDisk C:\
3. No CD-ROM Support
4. Have CD-ROM Support
5. Installation of Win98SE
I do that by editing the
AUTOEXEC.BAT &
CONFIG.SYS To know it better how i do that and how you can
HELP me heres the example:
1. make a start-up bootdisk
2. edit the autoexec.bat & config.sys
LIKE THIS:
CONFIG.SYS[menu]
menuitem=PART, Hard Disk Partition
menuitem=FORM, Format C:\
menuitem=NOCD, No CD-ROM Support
menuitem=CD, Have CD-ROM Support
menudefault=NOCD,30
menucolor=7,0
[COMMON]
device=himem.sys /testmem:off
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
[CD]
device=oakcdrom.sys /D:1 /P:1F0,14 /P:170,15 /P:1E8,12 /P:168,10
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:1
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:1
[NOCD]
[FORM]
[PART]
AUTOEXEC.BAT@ECHO OFF
set EXPAND=YES
SET DIRCMD=/ON/OE
cls
set temp=c:\TEMP
set tmp=c:\TEMP
path=a:\;e:\;e:\winme
IF \"%config%\"==\"PART\" GOTO SPLIT
IF \"%config%\"==\"FORM\" GOTO FORMAT
IF \"%config%\"==\"NOCD\" GOTO QUIT
cls
LH MSCDEX.EXE /D:1 /L:D /V
GOTO QUIT
:FORMAT
cls
format c: /v:WIN_FILES
:SPLIT
FDisk /fprmt
cls
:QUIT
3.
Boot ITHELP me How to do this in WinPE

http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/rolleyes.gif\' class=\'bbc_emoticon\' alt=\':rolleyes:\' />