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

  1. #
  2. # Hard Disk Tools #3
  3. #
  4. hdd3_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 3/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 " -- Gateway --                                                                  "
  22. set textColor = color[black on grey]
  23. print " [F1] GWSCAN V3.15                                                              "
  24. print " [F2] GWSCAN V5.09                                                              "
  25. print "                                                                                "
  26. set textColor = color[green on grey]
  27. print " -- Others --                                                                   "
  28. set textColor = color[black on grey]
  29. print " [F3] Salvation HDD Scan & Repair V3.0                                          "
  30. print " [F4] OnTrack Data Advisor V5.0 Free Edition                                    "
  31. print " [F5] MHDD32 V4.0                                                               "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. set textColor = color[red on grey]
  38. print " >>> Mit [Space] zu weiteren Festplatten-Tools ...                              "
  39. set textColor = color[white on grey]
  40. print "                                                                                "
  41. set textColor = color[white on blue]
  42. print "               Auswahl treffen oder mit ESC zur vorherigen Seite                "
  43. set textColor = color[white on blue]
  44.  
  45. #
  46. # Actions
  47. #
  48. getkey 500 script boothdd0.scn
  49. clear
  50. if ($lastKey == key[f1]); then bcdw \images\freedos.img \dosapps\gwscn315\startup.bat
  51. if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\gwscn509\startup.bat
  52. if ($lastKey == key[f3]); then memdisk \images\hddscan.igz
  53. if ($lastKey == key[f4]); then memdisk \images\dadvisor.igz
  54. if ($lastKey == key[f5]); then memdisk \images\mhdd32.igz
  55. if ($lastKey == key[space]); then script hdd4.scn
  56. if ($lastKey == key[esc]); then script hdd2.scn
  57. goto hdd3_menu
  58.  
  59.