home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 September / PCpro_2006_09.ISO / boot / menus / mboard3.scn < prev    next >
Encoding:
Text File  |  2006-02-10  |  3.3 KB  |  53 lines

  1. #
  2. # Mainboard Tools #2
  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 "                             [Mainboard Tools 3/3]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " BIOS Utilities                                                                 "
  17. set textColor = color[white on cyan]
  18. print " [F1] BIOS V1.34.0                      [F4] CMOSPWD V4.8                       "
  19. print " [F2] Uniflash V1.40                    [F5] !BIOS V3.30                        "
  20. print " [F3] WipeCMOS V1.2                                                             "
  21. print "                                                                                "
  22. print "                                                                                "
  23. print "                                                                                "
  24. print "                                                                                "
  25. print "                                                                                "
  26. print "                                                                                "
  27. print "                                                                                "
  28. print "                                                                                "
  29. print "                                                                                "
  30. print "                                                                                "
  31. print "                                                                                "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. set textColor = color[white on blue]
  36. print " $(x$expert)  Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  37. set textColor = color[white on black]
  38.  
  39. #
  40. # Actions
  41. #
  42. getkey
  43. clear
  44. if ($lastKey == key[f1]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "bios"; then script launch.scn
  45. if ($lastKey == key[f2]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "uniflash"; then script launch.scn
  46. if ($lastKey == key[f3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "wipecmos"; then script launch.scn
  47. if ($lastKey == key[f4]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "cmospwd"; then script launch.scn
  48. if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "xbios"; then script launch.scn
  49. if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
  50. if ($lastKey == key[left]); then script mboard2.scn
  51. if ($lastKey == key[esc]); then script main.scn
  52. goto menu
  53.