Jump to content

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


Recommended Posts

Posted (edited)

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

Posted

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:

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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