there ya go
--cut here--
#tDoLaunchMenu=4,
#tDoReboot=5,
#tDoNetwork=6,
#tDoHarddisk=7,
#tDoLaunch=8,
Section "Root"
{
Item "MS Dashboard","c:\xboxdash2.xbe
Item "Reboot",@5
Section "System Utils"
{
Item "Network",@6
Item "Harddisk",@7
}
Section "Launch Menu"
{
Section "Games"
{
AutoAddItem "e:\games\"
AutoAddItem "f:\games\"
}
Section "Apps"
{
AutoAddItem "e:\apps\"
AutoAddItem "f:\apps\"
}
}
}
--cut here--