QUOTE(4wheelsare2toomany @ Jan 30 2007, 08:33 AM)

Backups, what backups?
The games. How did you back them up?
CODE
Section "Root"
{
Section " Play Games From Hard Drive"
{
Section "Games"
{
SortStart
AutoAddItem "f:\Games\Games\"
SortEnd
}
Section "Kids"
{
SortStart
AutoAddItem "f:\Games\Kids\"
SortEnd
}
Section "Driving"
{
SortStart
AutoAddItem "f:\games\Driving\"
SortEnd
}
Section "Action"
{
SortStart
AutoAddItem "f:\games\Action\"
SortEnd
}
Section "Sports"
{
SortStart
AutoAddItem "f:\games\Sports\"
SortEnd
}
Section "First Person Shooter"
{
SortStart
AutoAddItem "f:\games\fps\"
SortEnd
}
Section "Fighting"
{
SortStart
AutoAddItem "f:\games\Fighting\"
SortEnd
}
}
You will need to make the appropriate folders under the Games directory on the F drive.
DVD2Xbox
CODE
F:\Movies\
F:\games\Kids\
f:\games\Games\
f:\games\FPS
f:\games\Driving
f:\games\Sports
f:\games\Action
F:\games\Fighting\
g:\
F:\games\Games
f:\games\Kids
F:\games\Sports
F:\games\Action
f:\games\FPS
F:\games\Fighting
f:\games\Driving
CODE
[Menu]
Section "Root"
{
Section " Play Games From Hard Drive"
{
Section "Games"
{
SortStart
AutoAddItem "f:\Games\Others\"
SortEnd
}
Section "Kids"
{
SortStart
AutoAddItem "f:\Games\Kids\"
SortEnd
}
Section "Driving"
{
SortStart
AutoAddItem "f:\games\Driving\"
SortEnd
}
Section "Action"
{
SortStart
AutoAddItem "f:\games\Action\"
SortEnd
}
Section "Sports"
{
SortStart
AutoAddItem "f:\games\Sports\"
SortEnd
}
Section "First Person Shooter"
{
SortStart
AutoAddItem "f:\games\fps\"
SortEnd
}
Section "Fighting"
{
SortStart
AutoAddItem "f:\games\Fighting\"
SortEnd
}
}
Section "DVD & Media Players"
{
Line "- Installed Players -",2
SortStart
AutoAddItem "E:\Apps\Players\"
SortEnd
}
Section "Disc Copiers & File Managers"
{
Item "Copy/Delete Game or DVD to HD","E:\Apps\copiers\dvd2xbox\default.xbe"
Item "Xtoolbox","E:\Apps\copiers\xtoolbox\default.xbe"
# Item "Xbox File Explorer","E:\Apps\Copiers\boxplorer\default.xbe"
# SortStart
# AutoAddItem "E:\Apps\Copiers\"
# SortEnd
}
Section "Launch an Emulator"
{
Line "- Installed Emulators -",2
SortStart
AutoAddItem "f:\Emulators\"
SortEnd
}
Section "Launch Other Dashboards"
{
Item "Launch MS Dashboard","c:\xboxdash.xbe"
# Item "Launch Avalaunch Dashboard","E:\apps\dashboards\avalaunch\avalaunch.xbe"
# Item "Launch MXM Dashboard","c:\mxm.xbe"
# Item "Launch Nexgen Dashboard","c:\nexgen.xbe"
}
# Section "System Tools"
# {
# SortStart
# AutoAddItem "E:\Apps\System\"
# SortEnd
# }
Section "Change System Settings"
{
# Section "Flash Bios"
# {
# Item "Flash BIOS",@1
# }
Item "Choose Skin",@13
Item "Change EvoX Settings",@9
}
Item "Play Game from DVD / RESET",@5
Item "Shutdown",@10
}
[Action_10]
[Action_11]
[Action_12]
[Telnet]
Enable = Yes
[BIOS]
Current = 0xc5907d241de37c22b083b6e30fa934b0
Hope that helps some.