|
hi i need to ask again for help with my ini file
i just wanna know if this will place an "applications" and "games" folder in the main evox menu. Because i used to have it in a sub menu.
[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 "Lock Harddisk",@210
# Item "Unlock Harddisk",@211
Item "Backup",ID_Backup
Item "Skins",ID_Skins
}
Section "Applications"
{
AutoAddItem "e:\applications\"
AutoAddItem "f:\applications\"
# AutoAddItem "g:\applications\"
SortAll
}
Section "Games"
{
AutoAddItem "e:\games\"
AutoAddItem "f:\games\"
# AutoAddItem "g:\games\"
SortAll
}
}
also will this bugger up the two backed up games already on my HDD in the games folder?
|