- 精华
- 0
- 帖子
- 19
- 威望
- 0 点
- 积分
- 19 点
- 种子
- 0 点
- 注册时间
- 2004-12-31
- 最后登录
- 2013-7-28
|
发表于 2005-6-16 00:04 · 上海
|
显示全部楼层
[Menu]
Section "Root"
{
Item "Play DVD Video",@14
Item "MS Dashboard",@3
Section "Launch Menu"
{
Section "Play Game"
{
Section "Play Game On HD"
{
AutoAddItem "e:games"
AutoAddItem "e:hddloader"
AutoAddItem "f:games"
AutoAddItem "f:hddloader"
SortAll
}
Section "Play EMU Games"
{
AutoAddItem "e:emu"
AutoAddItem "f:emu"
SortAll
}
}
Section "Apps"
{
AutoAddItem "e:APPS"
SortAll
}
}
Section "System Utilities"
{
Item "Settings",@9
Item "Skins",@13
Item "Backup",@11
Item "Flash BIOS",@1
Section "Install Menu"
{
Item "Install HDD",@210
Item "Format F:",@211
# Item "Action 12",@212
}
}
Item "Reboot",@5
Item "Power Off",@10
}
[Action_10]
Info "Install HDD"
Warning "This will format alle drives"
Warning "Make sure you have a backup of C: & E:"
Progress "Formatting drives"
#
# This will format alle drives
#
ConfigSector "backupdisk.bin"
Format c:
Format e:
Format f:
Format x:
Format y:
Format z:
[Action_11]
Info "Format F:"
Warning "This will format F:"
Progress "Formatting F:"
#
# This will format F:
#
Format f: |
|