Here is my current Menu. From [Menu] Down...When I replace the @14, or @3, with directly below, my menu goes to the crapper. Any thoughts why?
Item "Launch DVD",ID_Launch_DVD
Item "MS Dashboard",ID_MS_Dash
Item "Reboot",ID_Quick_Reboot
Item "Power Off",ID_Power_Off
[Menu]
Section "Root"
{
Item "Play Game, CD-DVD from Drive",@14
Item "MS Xbox Dashboard",@3
Item "Reboot",@5
Item "Power Off",@10
Section "System Utilities"
{
Item "Settings",@9
Item "Flash BIOS",@1
Item "Backup",@11
Item "Skins",@13
# Section "Install Menu"
# {
# Item "Install 4043",@210
# Item "Action 11",@211
# Item "Action 12",@212
# }
}
Section "Launch Menu"
{
Section "Games"
{
Line "- Auto Items -",2
SortStart
AutoAddItem "f:\games\"
SortEnd
# SortAll
}
Section "Apps"
{
Line "- Auto Items -",2
SortStart
AutoAddItem "f:\apps\"
SortEnd
SortAll
}
}
}