home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 April / PCpro_2005_04.ISO / files / ubcd / ubcd32.iso / boot / menus / hdd2.scn < prev    next >
Encoding:
Text File  |  2005-02-13  |  3.6 KB  |  66 lines

  1. #
  2. # Hard Disk Tools #2
  3. #
  4. hdd2_menu:
  5. set textColor = color[white on blue]
  6. clear
  7. set textColor = color[white on blue]
  8. print "                             PCpro-Notfall-CD                                   "
  9. print "                   powered by ULTIMATE BOOT CD VER 3.2                          "
  10. print "                         www.pc-professionell.de                                "
  11. set textColor = color[red on grey]
  12. print "                                                                                "
  13. print "                         [Festplatten-Tools 2/5]                                "
  14. set textColor = color[black on grey]
  15. print "                                                                                "
  16. set textColor = color[yellow on grey]
  17. print " Festplatten-Diagnose                                                           "
  18. set textColor = color[blue on grey]
  19. print "                                                                                "
  20. set textColor = color[green on grey]
  21. print " -- IBM/Hitachi --                     -- Maxtor/Quantum --                     "
  22. set textColor = color[black on grey]
  23. print " [F1] Drive Fitness Test V4.00         [F2] PowerMax V4.09                      "
  24. print "                                                                                "
  25. set textColor = color[green on grey]
  26. print " -- Seagate --                         -- Samsung --                            "
  27. set textColor = color[black on grey]
  28. print " [F3] SeaTools Desktop V1.06.02        [F5] SHDIAG V1.25                        "
  29. print " [F4] SeaTools Desktop v3.00.07en      [F6] HUTIL V1.21                         "
  30. print "                                                                                "
  31. set textColor = color[green on grey]
  32. print " -- Western Digital --                 -- Fujitsu --                            "
  33. set textColor = color[black on grey]
  34. print " [F7] DLG Diagnostic V4.15              [1] Diagnostic Tool V6.20               "
  35. print " [F8] DLG Diagnostic V5.04c                                                     "
  36. print " [F9] Data Lifeguard V11.0                                                      "
  37. print "                                                                                "
  38. print "                                                                                "
  39. set textColor = color[red on grey]
  40. print " >>> Mit [Space] zu weiteren Festplatten-Tools ...                              "
  41. set textColor = color[white on grey]
  42. print "                                                                                "
  43. set textColor = color[white on blue]
  44. print "               Auswahl treffen oder mit ESC zur vorherigen Seite                "
  45. set textColor = color[white on blue]
  46.  
  47. #
  48. # Actions
  49. #
  50. getkey 500 script boothdd0.scn
  51. clear
  52. if ($lastKey == key[f1]); then memdisk \images\ibm.igz
  53. if ($lastKey == key[f2]); then memdisk \images\maxtor.igz
  54. if ($lastKey == key[f3]); then memdisk \images\seagate.igz
  55. if ($lastKey == key[f4]); then memdisk \images\seatools.igz
  56. if ($lastKey == key[f5]); then bcdw \images\freedos.img \dosapps\samsung\startup.bat
  57. if ($lastKey == key[f6]); then bcdw \images\freedos.img \dosapps\hutil\startup.bat
  58. if ($lastKey == key[f7]); then bcdw \images\freedos.img \dosapps\dlgdiag4\startup.bat
  59. if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\dlgdiag5\startup.bat
  60. if ($lastKey == key[f9]); then memdisk \images\datalife.igz
  61. if ($lastKey == key[1]); then bcdw \images\freedos.img \dosapps\fujitsu\startup.bat
  62. if ($lastKey == key[space]); then script hdd3.scn
  63. if ($lastKey == key[esc]); then script hdd.scn
  64. goto hdd2_menu
  65.  
  66.