home *** CD-ROM | disk | FTP | other *** search
- #
- # Mainboard Tools #2
- #
- menu:
- set textColor = color[white on cyan]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.4 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Mainboard Tools 2/3] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " CPU Information "
- set textColor = color[white on cyan]
- print " [F1] Intel Processor Frequency ID V7.2.20041115 "
- print " [F2] x86test V0.10a "
- print " "
- set textColor = color[yellow on cyan]
- print " System Information "
- set textColor = color[white on cyan]
- print " [F3] AIDA16 V2.14 [F7] PCISniffer V1.4 "
- print " [F4] NSSI V0.58.6 [F8] PCI V1.1 "
- print " [F5] PC-Config V9.33 [F9] CTIA V2.1 "
- print " [F6] ASTRA V5.11 (Demo) "
- print " "
- set textColor = color[yellow on cyan]
- print " Benchmark Applications "
- set textColor = color[white on cyan]
- print " [1] System Speed Test 32 V4.78 [4] CD Index V1.1 "
- print " [2] 3D Benchmark VGA V1.0 [5] QwikTest "
- print " [3] CPU Benchmark "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " $(x$expert) Left/right arrow key for previous/next screen. ESC returns to main menu. "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "intelfid"; then script launch.scn
- if ($lastKey == key[f2]); then isolinux x86test
- if ($lastKey == key[f3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "aida16"; then script launch.scn
- if ($lastKey == key[f4]); then set method = "memdisk"; then set image = "nssi"; then script launch.scn
- if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "pcconfig"; then script launch.scn
- if ($lastKey == key[f6]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "astra"; then script launch.scn
- if ($lastKey == key[f7]); then set method = "memdisk"; then set image = "pcisniff"; then script launch.scn
- if ($lastKey == key[f8]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "pci"; then script launch.scn
- if ($lastKey == key[f9]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "ctia"; then script launch.scn
- if ($lastKey == key[1]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "sst"; then script launch.scn
- if ($lastKey == key[2]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "3dbench"; then script launch.scn
- if ($lastKey == key[3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "bench"; then script launch.scn
- if ($lastKey == key[4]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "cdindex"; then script launch.scn
- if ($lastKey == key[5]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "qwiktest"; then script launch.scn
- if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
- if ($lastKey == key[left]); then script mboard.scn
- if ($lastKey == key[right]); then script mboard3.scn
- if ($lastKey == key[esc]); then script main.scn
- goto menu
-