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 / hdd3.scn < prev    next >
Encoding:
Text File  |  2005-09-30  |  3.5 KB  |  60 lines

  1. #
  2. # Hard Disk Tools #3
  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 3/5]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Hard Disk Diagnosis                                                            "
  17. set textColor = color[white on cyan]
  18. print "                                                                                "
  19. set textColor = color[grey on cyan]
  20. print " -- Gateway --                                                                  "
  21. set textColor = color[white on cyan]
  22. print " [F1] GWSCAN V3.15                                                              "
  23. print " [F2] GWSCAN V5.09                                                              "
  24. print "                                                                                "
  25. set textColor = color[grey on cyan]
  26. print " -- ExcelStor --                                                                "
  27. set textColor = color[white on cyan]
  28. print " [F3] ESTest V3.70                                                              "
  29. print "                                                                                "
  30. set textColor = color[grey on cyan]
  31. print " -- Others --                                                                   "
  32. set textColor = color[white on cyan]
  33. print " [F4] Salvation HDD Scan & Repair V3.0                                          "
  34. print " [F5] MHDD32 V4.6                                                               "
  35. print "                                                                                "
  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 = "fdubcd"; then set target = "gwscn315"; then script launch.scn
  51. if ($lastKey == key[f2]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "gwscn509"; then script launch.scn
  52. if ($lastKey == key[f3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "estool"; then script launch.scn
  53. if ($lastKey == key[f4]); then set method = "memdisk"; then set image = "hddscan"; then script launch.scn
  54. if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "mhdd32"; then script launch.scn
  55. if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
  56. if ($lastKey == key[left]); then script hdd2.scn
  57. if ($lastKey == key[right]); then script hdd4.scn
  58. if ($lastKey == key[esc]); then script main.scn
  59. goto menu
  60.