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

  1. #
  2. # Hard Disk Tools #4
  3. #
  4. hdd4_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 4/5]                                "
  14. set textColor = color[black on grey]
  15. print "                                                                                "
  16. set textColor = color[yellow on grey]    
  17. print " Festplatten-Management                                                         "
  18. set textColor = color[blue on grey]
  19. print "                                                                                "
  20. set textColor = color[green on grey]
  21. print " -- IBM/Hitachi --                      -- Seagate --                           "
  22. set textColor = color[black on grey]
  23. print " [F1] Feature Tool V1.96                [F2] UATA100 V3.06                      "
  24. print "                                                                                "
  25. set textColor = color[green on grey]
  26. print " -- Maxtor --                           -- Western Digital --                   "
  27. set textColor = color[black on grey]
  28. print " [F3] AMSET V4.00                       [F5] Ultra ATA Manager (Juni 2003)      "
  29. print " [F4] MAXLLF V1.1                                                               "
  30. print "                                                                                "
  31. set textColor = color[green on grey]
  32. print " -- Others --                                                                   "
  33. set textColor = color[black on grey]
  34. print " [F6] ATA Password Tool V1.1                                                    "
  35. print " [F7] SMARTUDM V2.00                                                            "
  36. print " [F8] ATAINF V1.3                                                               "
  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\ibmft.igz
  53. if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\uata100\startup.bat
  54. if ($lastKey == key[f3]); then bcdw \images\freedos.img \dosapps\amset\startup.bat
  55. if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\maxllf\startup.bat
  56. if ($lastKey == key[f5]); then memdisk \images\dlgudma.igz
  57. if ($lastKey == key[f6]); then bcdw \images\freedos.img \dosapps\atapwd\startup.bat
  58. if ($lastKey == key[f7]); then bcdw \images\freedos.img \dosapps\smartudm\startup.bat
  59. if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\atainf\startup.bat
  60. if ($lastKey == key[space]); then script hdd5.scn
  61. if ($lastKey == key[esc]); then script hdd3.scn
  62. goto hdd4_menu
  63.  
  64.