Here is my menu.ini file (edit with notepad, transfer to your c: (xbox) and remove the .txt):
#tDoBIOS=1,
#tDoFlashBIOS=2,
#tDoDash=3,
#tDoLaunchMenu=4,
#tDoReboot=5,
#tDoNetwork=6,
#tDoHarddisk=7,
#tDoLaunch=8,
Section "Root"
{
Item "MS Dashboard","c:\dash-ms.xbe"
Item "Reboot",@5
Section "System Utils"
{
Item "IP Address",@6
Item "Harddisk",@7
Item "Flash BIOS",@1
}
Section "Launch Menu"
{
Section "Emulators"
{
Item "MAME-X","E:\MAME-X\default.xbe"
Item "SNES", "e:\XNES\default.xbe"
AutoAddItem "e:\apps\"
}
Section "Games"
{
Item "Crazy Taxi 3","E:\CT3\default.xbe"
AutoAddItem "e:\apps\"
This runs two emulators and Crazy Taxi.
Hope this helps.