xboxscene.org forums

OG Xbox Forums => Dashboard Forums => EvolutionX Forum => Topic started by: cadman on August 16, 2002, 08:32:00 AM

Title: Please Tell Me How This Is ?
Post by: cadman on August 16, 2002, 08:32:00 AM
Don't see any problems with it...but... instead of having all those games in the menu.ini I prefer the

AutoAddItem "f:\games\"

wich will look into all directories on  f:\games read the default.xbe for each game and place the name on the menu. all this with this simple command. I have 40+ games in my drive so is MUCH easier.

#tDoBIOS=1,
#tDoFlashBIOS=2,
#tDoDash=3,
#tDoLaunchMenu=4,
#tDoReboot=5,
#tDoNetwork=6,
#tDoHarddisk=7,
#tDoLaunch=8,


Section "Root"
{

   Item "MS Dashboard",@3
   Item "Reboot",@5

   Section "System Utils"
   {
      Item "Network",@6
      Item "Harddisk",@7
      Item "Flash BIOS",@1

   }

   Section "Launch Menu"
   {
      Section "Games"
      {                                                  AutoAddItem "e:\games\"
         AutoAddItem "f:\games\"
         

      }

      Section "Apps"
      {

         AutoAddItem "e:\apps\"
         AutoAddItem "f:\apps\"
      }
   }
}