call menu restart ;Main Loop menu: ;Main menu call printhead type menu.txt call printfoot call keys onkey 1 memdisk partimag.img onkey 2 memdisk hal.img onkey 3 memdisk tomsrtbt.img onkey 4 memdisk eltorito.img onkey 5 diskemu smartbt.img onkey a boot 0 ;Boote richtige Diskette onkey c boot 0x80 ;Boote /dev/hda1 onkey d boot 0x81 ;Boote /dev/hda2 return keys: ;Handle the keys getkey onkey F1 restart ;onkey F2 goto linuxdisks onkey home restart onkey b restart onkey q quit onkey x quit onkey end quit onkey esc quit return printhead: ;Print the (colored) menu clear print "\c8f F1: Main Menu F2: Bootmanagers F3: Dos Tools F4: Linux Tools " return printfoot: ;Print the "Type command at prompt" message print "\n" print " b) Go back to main menu" setpos 1 24 print "\n" print "\c8f Type command at the prompt " return