Jump to content

CDShell Menu On DVD Start - I want to add press Esc to boot from Hard


martin26uk

Recommended Posts

I've changed the DVD text that shows when the DVD starts from

Press Enter to boot from DVD...

to

Press ENTER to go to the Menu System

If you've started installing XP please WAIT for another

30 Seconds for the installation to automatically continue

Now i want to add this

To boot from the Hard Drive press Esc

so i added this but it doesnt work

if $lastKey == key[esc]; then cls

Also tried this

if $lastKey == key[esc]; then goto boot

Whole thing looks like this

boot:
cls

print "\n\n\n\n\n\n\n\n\n\n\n\n"
set textColor= color[brightgreen on black]
print c "Press ENTER to go to the Menu System \n"
print "\n"
set textColor= color[brightred on black]
print c "If you've started installing XP please WAIT for another \n"
print c "30 Seconds for the installation to automatically continue \n"
getkey 30 boot 0x80
if $lastKey == key[enter]; then script menus/rootmenu.scn
if $lastKey == key[esc]; then cls
# When no key found...
goto boot

Any ideas - I just want to press ESC to boot from the hard drive

Edited by martin26uk
Link to comment
Share on other sites


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...