Author Topic: Program the WinPE  (Read 1766 times)

Offline §eri@lzs™

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Program the WinPE
« 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¿¿¿ 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  IT

HELP me How to do this in WinPE http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/rolleyes.gif\' class=\'bbc_emoticon\' alt=\':rolleyes:\' />
« Last Edit: May 14, 2003, 05:42:47 AM by §eri@lzs™ »

Offline Ausmith1

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Program the WinPE
« Reply #1 on: May 14, 2003, 08:49:08 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.

Take a look @
http://members.rogers.com/khauyeung/SUPERUTL.HTM
I think that is what you are trying to do...

Offline §eri@lzs™

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Program the WinPE
« Reply #2 on: May 14, 2003, 11:57:05 PM »
http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/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
« Last Edit: May 14, 2003, 11:57:56 PM by §eri@lzs™ »

Offline §eri@lzs™

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Program the WinPE
« Reply #3 on: May 16, 2003, 09:58:23 AM »
[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
« Last Edit: May 16, 2003, 10:01:24 AM by §eri@lzs™ »

Offline Ausmith1

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Program the WinPE
« Reply #4 on: May 16, 2003, 11:47:49 AM »
You can get Boot Scriptor @
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
« Last Edit: May 16, 2003, 11:48:17 AM by Ausmith1 »