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

  1. #
  2. # Mainboard Tools
  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 1/3]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " System Burn-In Test                                                            "
  17. set textColor = color[white on cyan]
  18. print " [F1] Lucifer V1.0                                                              "
  19. print "                                                                                "
  20. set textColor = color[yellow on cyan]
  21. print " CPU Test                                                                       "
  22. set textColor = color[white on cyan]
  23. print " [F2] CPU Burn-in V1.00                 [F4] StressCPU 20021024                 "
  24. print " [F3] Mersenne Prime Test V23.9/24.14                                           "
  25. print "                                                                                "
  26. set textColor = color[yellow on cyan]
  27. print " Memory Test                                                                    "
  28. set textColor = color[white on cyan]
  29. print " [F5] Memtest86 V3.2                    [F9] DocMem RAM Diagnostic V1.45a       "
  30. print " [F6] Memtest86+ V1.65                   [1] DocMem RAM Diagnostic V2.1b        "
  31. print " [F7] Windows Memory Diagnostic          [2] TestMem4                           "
  32. print " [F8] ctramtest V5.1                                                            "
  33. print "                                                                                "
  34. set textColor = color[yellow on cyan]
  35. print " Peripherals Test                                                               "
  36. set textColor = color[white on cyan]
  37. print "  [3] Parallel V1.45                     [5] ATAPI CDROM Identification V2.03   "
  38. print "  [4] CHZ Monitor-Test V1.0                                                     "
  39. print "                                                                                "
  40. print "                                                                                "
  41. set textColor = color[white on blue]
  42. print " $(x$expert)  Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  43. set textColor = color[white on black]
  44.  
  45. #
  46. # Actions
  47. #
  48. getkey
  49. clear
  50. if ($lastKey == key[f1]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "lucifer"; then script launch.scn
  51. if ($lastKey == key[f2]); then isolinux cpustres initrd=cpustres.gz ubcd=cpuburn
  52. if ($lastKey == key[f3]); then isolinux cpustres initrd=cpustres.gz ubcd=mprime
  53. if ($lastKey == key[f4]); then isolinux cpustres initrd=cpustres.gz ubcd=stresscpu
  54. if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "memtest"; then script launch.scn
  55. if ($lastKey == key[f6]); then set method = "memdisk"; then set image = "memtestp"; then script launch.scn
  56. if ($lastKey == key[f7]); then set method = "diskemu"; then set image = "windiag"; then script launch.scn # Won't boot using memdisk
  57. if ($lastKey == key[f8]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "ctram"; then script launch.scn
  58. if ($lastKey == key[f9]); then set method = "memdisk"; then set image = "docmem1"; then script launch.scn
  59. if ($lastKey == key[1]); then set method = "memdisk"; then set image = "docmem2"; then script launch.scn
  60. if ($lastKey == key[2]); then set method = "memdisk"; then set image = "tm4"; then script launch.scn
  61. if ($lastKey == key[3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "parallel"; then script launch.scn
  62. if ($lastKey == key[4]); then set method = "memdisk"; then set image = "tfttest"; then script launch.scn
  63. if ($lastKey == key[5]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "atapicd"; then script launch.scn
  64. if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
  65. if ($lastKey == key[right]); then script mboard2.scn
  66. if ($lastKey == key[esc]); then script main.scn
  67. goto menu
  68.