ubcd that doesn't auto boot

Post your suggestions here if there are new features or applications that you would like added to the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
Kim Hoftvedt
Posts: 3
Joined: Sat Jan 06, 2007 7:34 am

ubcd that doesn't auto boot

#1 Post by Kim Hoftvedt » Sat Jan 06, 2007 8:08 am

Hi.
I would like an image of the UBCD that doesn't auto boot.
... or if someone could explain to me how i can change this on the regular image.

i use this CD together with some other tools, and the costant pressing f8 to skip the menuy couse a lot more work then "pressing the any key" each time i need it to boot.



<3

Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

#2 Post by Victor Chew » Sun Jan 07, 2007 4:09 am

Change boot\cdshell.ini to look something like this:

Code: Select all

cd menus

print "Press any key to launch UBCD, or wait 5 seconds to continue with the boot process..."
getkey 5 goto boot

set expert = 0
set x0 = "OFF"
set x1 = "ON "
script main.scn

boot:
set drive = $hda
script boothdd.scn

Locked