home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 September / PCpro_2006_09.ISO / boot / menus / mboard2.scn < prev    next >
Encoding:
Text File  |  2005-11-22  |  4.6 KB  |  67 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 2/3]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " CPU Information                                                                "
  17. set textColor = color[white on cyan]
  18. print " [F1] Intel Processor Frequency ID V7.2.20041115                                "
  19. print " [F2] x86test V0.10a                                                            "
  20. print "                                                                                "
  21. set textColor = color[yellow on cyan]
  22. print " System Information                                                             "
  23. set textColor = color[white on cyan]
  24. print " [F3] AIDA16 V2.14                      [F7] PCISniffer V1.4                    "
  25. print " [F4] NSSI V0.58.6                      [F8] PCI V1.1                           "
  26. print " [F5] PC-Config V9.33                   [F9] CTIA V2.1                          "
  27. print " [F6] ASTRA V5.11 (Demo)                                                        "
  28. print "                                                                                "
  29. set textColor = color[yellow on cyan]
  30. print " Benchmark Applications                                                         "
  31. set textColor = color[white on cyan]
  32. print "  [1] System Speed Test 32 V4.78         [4] CD Index V1.1                      "
  33. print "  [2] 3D Benchmark VGA V1.0              [5] QwikTest                           "
  34. print "  [3] CPU Benchmark                                                             "
  35. print "                                                                                "
  36. print "                                                                                "
  37. print "                                                                                "
  38. print "                                                                                "
  39. set textColor = color[white on blue]
  40. print " $(x$expert)  Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  41. set textColor = color[white on black]
  42.  
  43. #
  44. # Actions
  45. #
  46. getkey
  47. clear
  48. if ($lastKey == key[f1]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "intelfid"; then script launch.scn
  49. if ($lastKey == key[f2]); then isolinux x86test
  50. if ($lastKey == key[f3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "aida16"; then script launch.scn
  51. if ($lastKey == key[f4]); then set method = "memdisk"; then set image = "nssi"; then script launch.scn
  52. if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "pcconfig"; then script launch.scn
  53. if ($lastKey == key[f6]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "astra"; then script launch.scn
  54. if ($lastKey == key[f7]); then set method = "memdisk"; then set image = "pcisniff"; then script launch.scn
  55. if ($lastKey == key[f8]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "pci"; then script launch.scn
  56. if ($lastKey == key[f9]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "ctia"; then script launch.scn
  57. if ($lastKey == key[1]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "sst"; then script launch.scn
  58. if ($lastKey == key[2]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "3dbench"; then script launch.scn
  59. if ($lastKey == key[3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "bench"; then script launch.scn
  60. if ($lastKey == key[4]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "cdindex"; then script launch.scn
  61. if ($lastKey == key[5]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "qwiktest"; then script launch.scn
  62. if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
  63. if ($lastKey == key[left]); then script mboard.scn
  64. if ($lastKey == key[right]); then script mboard3.scn
  65. if ($lastKey == key[esc]); then script main.scn
  66. goto menu
  67.