<?xml version='1.0' encoding='UTF-8'?>
<menu>
<!--
HTTP & FTP Server Options:
Inhibit - Disables the service
User - Changes the username required for access [default: xbox]
Pass - Changes the password required for access [default: xbox]
NoAuth - Allows access with any username / password
-->
<ftp inhibit="0" user="xbox" pass="xbox"/>
<http inhibit="1" user="xbox" pass="xbox"/>
<!--
Sections:
By default there are no sections. You MUST define these on your own.
Section
Name - The text that appears in the section list.
Search
Path[1-4] - The path to search
NoSearch - Disable autofilling
Item
Text - The title that appears in the menu.
Icon - The icon that appears in the item window.
XBE - The executable that is run when the item is selected.
-->
<!-- Menu Items: -->
<ITEM TEXT="PoxBox Dash" ACTION="Launch_Custom" PARAM="c:\xboxdash.xbe"/>
<ITEM TEXT="XBMP" ACTION="Launch_Custom" PARAM="e:\apps\XBMP 2.4\default.xbe"/>
<ITEM TEXT="DvD-X 2.0" ACTION="Launch_Custom" PARAM="e:\apps\DvD-X\default.xbe"/>
<ITEM TEXT="MxM Dash"ACTION="Launch_Custom"PARAM="e:\Dash\MxM\default.xbe"/>
<ITEM TEXT="Quick Reboot" ACTION="Launch_Custom" PARAM="D:\default.xbe"/>
<section name="Games"> <<<this 1 works
<search path1="F:\HDDLoader" path2="E:\HDDLoader"/>
</section>
<section name="The Classic's"> <<<this 1 works
<search path1="e:\emu">
</section>
<section name="Xbox App's"> <<< this 1 doesnt work(doesnt show on screen)
<search path1="path1="E:\apps">
</section>
<--
Main Menu Items:
Item
Text - The text that appears in the menu
Action - The action to be performed, just use action="Launch" for now
Param - The file to launch. MUST have .xbe extension.
-->
</menu>
as i said if i swap the classic's around with xbox apps it wont show the classic's on the screen,im goin crazy here and i read through the 3 pages of posts and i tried the xml editer on xbins(which left nothing but a messed up menu in the storage section) and it just wont show ne more than 2 sections in the storage section?????