Clint Posted October 8, 2006 Posted October 8, 2006 (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 Edited October 8, 2006 by Clint
chon_ Posted October 9, 2006 Posted October 9, 2006 Add this code to the very begining oy your CDSHELL.INI:boot:CLSPRINT "\n"PRINT "Press Enter to start from DVD... \n"getkey 6 boot 0x80IF $lastKey == key[enter]; THEN GOTO menu# When no key found...GOTO bootThis 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now