Add this to your evox.ini under the [Menu] section under the "Launch Menu" section.
CODE
Section "Emulators"
{
AutoAddItem "e:\emulators\"
AutoAddItem "f:\emulators\"
SortAll
}
Here is an example of what the entire [Menu} section should look like:
CODE
[Menu]
Section "Root"
{
Item "Launch DVD",ID_Launch_DVD
Item "Trainers",ID_trainer
Item "MS Dashboard",ID_MS_Dash
Item "Reboot",ID_Quick_Reboot
Item "Power Off",ID_Power_Off
Section "System Utils"
{
Item "Settings",ID_Settings
Item "Flash BIOS",ID_Flash_Bios
Item "Backup",ID_Backup
Item "Skins",ID_Skins
}
Section "Launch Menu"
{
Section "Games"
{
AutoAddItem "e:\games\"
AutoAddItem "f:\games\"
SortAll
}
Section "Apps"
{
AutoAddItem "e:\apps\"
AutoAddItem "f:\apps\"
SortAll
}
Section "Emulators"
{
AutoAddItem "e:\emulators\"
AutoAddItem "f:\emulators\"
SortAll
}
}
}
Where e:\emulators or f:\emulators is the path to your emulators. So the path to an xbe would be e:\emulators\surreal64\default.xbe.