home *** CD-ROM | disk | FTP | other *** search
- #
- # Mainboard Tools #2
- #
- mainboard2_menu:
- set textColor = color[white on blue]
- clear
- set textColor = color[white on blue]
- print " PCpro-Notfall-CD "
- print " powered by ULTIMATE BOOT CD VER 3.2 "
- print " www.pc-professionell.de "
- set textColor = color[red on grey]
- print " "
- print " [Mainboard-Tools 2/2] "
- set textColor = color[black on grey]
- print " "
- set textColor = color[green on grey]
- print " CPU-Information "
- set textColor = color[black on grey]
- print " [F1] Intel Processor Frequency ID V7.2.20041115 "
- print " "
- set textColor = color[green on grey]
- print " System-Information "
- set textColor = color[black on grey]
- print " [F2] AIDA16 V2.14 [F5] ASTRA V4.21 (Demo) "
- print " [F3] NSSI V0.58.6 [F6] PCISniffer V1.3 "
- print " [F4] PC-Config V9.33 [F7] PCI V0.49B "
- print " "
- set textColor = color[green on grey]
- print " Benchmark Applications "
- set textColor = color[black on grey]
- print " [F8] System Speed Test 32 V4.78 [F9] CPU Benchmark "
- print " [1] 3D Benchmark VGA V1.0 [2] CD Index V1.1 "
- print " "
- set textColor = color[green on grey]
- print " BIOS-Utilities "
- set textColor = color[black on grey]
- print " [3] BIOS V1.34.0 [4] CMOSPWD V4.4 "
- print " [5] Uniflash V1.38 [6] !BIOS V3.20 "
- print " [7] WipeCMOS V1.2 "
- print " "
- set textColor = color[white on blue]
- print " Auswahl treffen oder mit ESC zur vorherigen Seite "
- set textColor = color[white on blue]
-
- #
- # Actions
- #
- getkey 500 script boothdd0.scn
- clear
- if ($lastKey == key[f1]); then bcdw \images\freedos.img \dosapps\intelfid\startup.bat
- if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\aida16\startup.bat
- if ($lastKey == key[f3]); then memdisk \images\nssi.igz
- if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\pcconfig\startup.bat
- if ($lastKey == key[f5]); then bcdw \images\freedos.img \dosapps\astra\startup.bat
- if ($lastKey == key[f6]); then diskemu \images\pcisniff.img
- if ($lastKey == key[f7]); then bcdw \images\freedos.img \dosapps\pci\startup.bat
- if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\sst\startup.bat
- if ($lastKey == key[f9]); then bcdw \images\freedos.img \dosapps\3dbench\startup.bat
- if ($lastKey == key[1]); then bcdw \images\freedos.img \dosapps\bench\startup.bat
- if ($lastKey == key[2]); then bcdw \images\freedos.img \dosapps\cdindex\startup.bat
- if ($lastKey == key[3]); then bcdw \images\freedos.img \dosapps\bios\startup.bat
- if ($lastKey == key[5]); then bcdw \images\freedos.img \dosapps\uniflash\startup.bat
- if ($lastKey == key[4]); then bcdw \images\freedos.img \dosapps\cmospwd\startup.bat
- if ($lastKey == key[6]); then bcdw \images\freedos.img \dosapps\xbios\startup.bat
- if ($lastKey == key[7]); then bcdw \images\freedos.img \dosapps\wipecmos\startup.bat
-
- if ($lastKey == key[esc]); then script mboard.scn
- goto mainboard2_menu
-
-