TheTechGuide Forum
General Category => Software => Topic started by: §eri@lzs™ on May 14, 2003, 05:35:40 AM
-
I just want to know if I can Program my WinPE Like my Win98DOS when i boot theres a MENU¿¿¿
/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 IT
HELP me How to do this in WinPE
/rolleyes.gif\' class=\'bbc_emoticon\' alt=\':rolleyes:\' />
-
Forget about DOS when you are working with WinPE, WinPE is just a cut down version of XP that just happens to be able to boot off of a CD.
So you need to use Windows utilities and scripts to work with WinPE, most of the old DOS utilities will not work in WinPE.
Take a look @
http://members.rogers.com/khauyeung/SUPERUTL.HTM (http://\"http://members.rogers.com/khauyeung/SUPERUTL.HTM\")
I think that is what you are trying to do...
-
/unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' /> where i can download Super Utilities 2003 with Windows Preinstallation Environment¿¿¿
or Michael K.H. Au-Yeung's multi-bootable CD or the Boot Scriptor
-
[quote name=\'Ausmith1\' date=\'May 14 2003, 07:49 AM\']Forget about DOS when you are working with WinPE, WinPE is just a cut down version of XP that just happens to be able to boot off of a CD.
So you need to use Windows utilities and scripts to work with WinPE, most of the old DOS utilities will not work in WinPE.[/quote]
Anyone know where i can download the \"UTILITIES\" mentioned by Ausmith1
-
You can get Boot Scriptor @
http://www.bootscriptor.org/ (http://\"http://www.bootscriptor.org/\")
Seeing that most of the tools on Michael's \"Super Utilities 2003\" are commercial software, it's unlikely that you will easily find his CD's outside the warez channels.
I sent you to Michael's page so that you could get an idea of what is possible, now it's up to you to figure out exactly what you want your WinPE CD to be able to do, for me all I really need my WinPE to do at the moment is to run diskpart and an Apple RAID admin interface. Your needs may be different...
If you read Michael's page closely you can figure out how he has created his CD's.
Take a read of
http://members.rogers.com/khauyeung/SUPERWINPE.HTM (http://\"http://members.rogers.com/khauyeung/SUPERWINPE.HTM\")