|
Umm i know this is a very big ask, and that ive already pushed you to the limit with my noob questions...
but would you be able to tell me if this is a suitable part of the ini file? I have edited it myself:
[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 "Launch Menu"
{
Section "Applications"
{
AutoAddItem "e:\applications\"
AutoAddItem "f:\applications\"
# AutoAddItem "g:\applications\"
SortAll
}
Section "Games"
{
AutoAddItem "e:\games\"
AutoAddItem "f:\games\"
# AutoAddItem "g:\games\"
SortAll
}
}
}
With the above im hoping to achieve a line on the evox dash that says applications, where i can choose and execute certain apps.
I would also like to know what else this code does to my dash menu.
Last edited by Quall999; 04-01-2004 at 05:51.
|