home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 October / PCpro_2006_10.ISO / files / wininside / ubcd / ubcd34-basic.exe / ubcd34-basic.iso / boot / menus / hdd4.scn < prev    next >
Encoding:
Text File  |  2006-02-10  |  4.1 KB  |  65 lines

  1. #
  2. # Hard Disk Tools #4
  3. #
  4. menu:
  5. set textColor = color[white on cyan]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.4                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Hard Disk Tools 4/5]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Hard Disk Device Management                                                    "
  17. set textColor = color[white on cyan]
  18. print "                                                                                "
  19. set textColor = color[grey on cyan]
  20. print " -- IBM/Hitachi --                      -- Seagate --                           "
  21. set textColor = color[white on cyan]
  22. print " [F1] Feature Tool V2.00                [F2] UATA100 V3.06                      "
  23. print "                                                                                "
  24. set textColor = color[grey on cyan]
  25. print " -- Maxtor --                           -- Western Digital --                   "
  26. set textColor = color[white on cyan]
  27. print " [F3] AMSET V4.00                       [F5] Ultra ATA Manager (June, 2003)     "
  28. print " [F4] MAXLLF V1.1                                                               "
  29. print "                                                                                "
  30. set textColor = color[grey on cyan]
  31. print " -- ExcelStor --                        -- Others --                            "
  32. set textColor = color[white on cyan]
  33. print " [F6] SATA Tool 1.10                    [F7] ATA Password Tool V1.1             "
  34. print "                                        [F8] SMARTUDM V2.00                     "
  35. print "                                        [F9] ATAINF V1.3                        "
  36. print "                                                                                "
  37. print "                                                                                "
  38. print "                                                                                "
  39. print "                                                                                "
  40. print "                                                                                "
  41. set textColor = color[white on blue]
  42. print " $(x$expert)  Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  43. set textColor = color[white on black]
  44.  
  45. #
  46. # Actions
  47. #
  48. getkey
  49. clear
  50. if ($lastKey == key[f1]); then set method = "memdisk"; then set image = "ibmft"; then script launch.scn
  51. if ($lastKey == key[f2]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "uata100"; then script launch.scn
  52. if ($lastKey == key[f3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "amset"; then script launch.scn
  53. if ($lastKey == key[f4]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "maxllf"; then script launch.scn
  54. if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "dlgudma"; then script launch.scn
  55. if ($lastKey == key[f6]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "satatool"; then script launch.scn
  56. if ($lastKey == key[f7]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "atapwd"; then script launch.scn
  57. if ($lastKey == key[f8]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "smartudm"; then script launch.scn
  58. if ($lastKey == key[f9]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "atainf"; then script launch.scn
  59. if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
  60. if ($lastKey == key[left]); then script hdd3.scn
  61. if ($lastKey == key[right]); then script hdd5.scn
  62. if ($lastKey == key[esc]); then script main.scn
  63. goto menu
  64.  
  65.