home *** CD-ROM | disk | FTP | other *** search
- #
- # Hard Disk Tools #4
- #
- menu:
- set textColor = color[white on cyan]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.4 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Hard Disk Tools 4/5] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " Hard Disk Device Management "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[grey on cyan]
- print " -- IBM/Hitachi -- -- Seagate -- "
- set textColor = color[white on cyan]
- print " [F1] Feature Tool V2.00 [F2] UATA100 V3.06 "
- print " "
- set textColor = color[grey on cyan]
- print " -- Maxtor -- -- Western Digital -- "
- set textColor = color[white on cyan]
- print " [F3] AMSET V4.00 [F5] Ultra ATA Manager (June, 2003) "
- print " [F4] MAXLLF V1.1 "
- print " "
- set textColor = color[grey on cyan]
- print " -- ExcelStor -- -- Others -- "
- set textColor = color[white on cyan]
- print " [F6] SATA Tool 1.10 [F7] ATA Password Tool V1.1 "
- print " [F8] SMARTUDM V2.00 "
- print " [F9] ATAINF V1.3 "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " $(x$expert) Left/right arrow key for previous/next screen. ESC returns to main menu. "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then set method = "memdisk"; then set image = "ibmft"; then script launch.scn
- if ($lastKey == key[f2]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "uata100"; then script launch.scn
- if ($lastKey == key[f3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "amset"; then script launch.scn
- if ($lastKey == key[f4]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "maxllf"; then script launch.scn
- if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "dlgudma"; then script launch.scn
- if ($lastKey == key[f6]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "satatool"; then script launch.scn
- if ($lastKey == key[f7]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "atapwd"; then script launch.scn
- if ($lastKey == key[f8]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "smartudm"; then script launch.scn
- if ($lastKey == key[f9]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "atainf"; then script launch.scn
- if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
- if ($lastKey == key[left]); then script hdd3.scn
- if ($lastKey == key[right]); then script hdd5.scn
- if ($lastKey == key[esc]); then script main.scn
- goto menu
-
-