Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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

if $lastKey == key[esc]; then boot 0x80

where 0x80 is HDD0 and 0x81 is HDD1.

also 0x00 or 0x20 is FDD, but i'm not sure O_o

Edited by kubos

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.