Jump to content

Help with CDShell, no "press key to boot from DVD"?


Clint

Recommended Posts

I have started to mess around with Multi-Boot finally.

I've set up a CDShell bootmenu but I can't figure out on how to have the "press key to boot from DVD" popping up?

As it is now it boots directly in to the graphics, and also after reboot when first part of install is done.

What shall I do to get that "press key to boot from DVD" to show up?

Thanx, and have patience with a noobie :D

Edited by Clint
Link to comment
Share on other sites


Add this code to the very begining oy your CDSHELL.INI:

boot:
CLS
PRINT "\n"
PRINT "Press Enter to start from DVD... \n"
getkey 6 boot 0x80
IF $lastKey == key[enter]; THEN GOTO menu
# When no key found...
GOTO boot

This will tell cdshell to wait 6 seconds for the enter key, if the enter key is not pressed, it will boot from hard disk; if pressed it will jump tu the menu section. :sneaky:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...