Jump to content

Windows Menu


tonycrew

Recommended Posts


If you don't mind creating some gifs: take a look at this, for use with CDShell. According to the author :

BCDW supports the following video modes for the prompt: 320x200x256, 640x480x256, 800x600x256, 1024x768x256, 1280x1024x256 or 1600x1200x256 (nearest will be used).

Also, the following ini shows how to use them for various screens (though the author [credits / original post found here] is using csi here, for those you'll have to create 640x480x24 bit bmps and convert them):

boot: 
menu:
menu_Key:
cls
show image MENU.CSI
getkey
if $lastKey == key[1]; then goto 2003
if $lastKey == key[2]; then goto XP
if $lastkey == key[3]; then goto 2000
if $lastkey == key[4]; then chain /ERD1.DAT
if $lastkey == key[5]; then chain /ERD2.DAT
if $lastkey == key[6]; then chain /UBCD.DAT
if $lastKey == key[F1]; then memdisk /MISC/DOS.IMG
if $lastKey == key[F2]; then memdisk /MISC/W98.IMG
if $lastKey == key[F3]; then memdisk /MISC/W98NTFS.IMG
if $lastKey == key[F4]; then memdisk /MISC/PM8.IMG
if $lastkey == key[F5]; then memdisk /MISC/GHOST.IMG
if $lastkey == key[F6]; then memdisk /MISC/DOCM.IMG
if $lastkey == key[F7]; then memdisk /MISC/DS.IMG
if $lastkey == key[F8]; then memdisk /MISC/DF.IMG
if $lastkey == key[F9]; then memdisk /MISC/PWM.IMG
if $lastkey == key[F10]; then memdisk /MISC/DL.IMG
if $lastkey == key[F11]; then memdisk /MISC/DW.IMG
if $lastKey == key[F12]; then goto serial
if $lastKey == key[r]; then reboot
if $lastKey == key[a]; then goto aide
if $lastKey == key[esc]; then boot 0x80


serial:
serial_Key:
cls
show image SERIAL.CSI
getkey
goto menu


XP:
XP_Key:
cls
show image XPMENU.CSI
getkey 120 goto menu
if $lastKey == key[1]; then chain /WPRO.DAT
if $lastKey == key[2]; then chain /PRO1.DAT
if $lastKey == key[3]; then chain /PROU.DAT
if $lastKey == key[4]; then chain /WHDE.DAT
if $lastKey == key[5]; then chain /MCTR.DAT
if $lastkey == key[6]; then goto tweakXP
if $lastKey == key[F1]; then goto Help
goto menu

tweakXP:
tweakXP_Key:
cls
show image TWEAKMEN.CSI
getkey 120 goto menu
if $lastKey == key[1]; then goto orilla
if $lastKey == key[2]; then goto teknisio
if $lastKey == key[3]; then goto milk
if $lastKey == key[4]; then goto reluna
if $lastkey == key[5]; then goto rebutz2v
if $lastkey == key[6]; then goto guipod
if $lastKey == key[F1]; then goto Help
goto menu

(midsection deleted... since code is for demonstration purposes only)

aide:
aide_Key:
cls
show image AIDE.CSI
getkey
goto menu

end

Example (not based on above ini :)):

bcdw0.png

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