home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 April / PCpro_2005_04.ISO / files / ubcd / ubcd32.iso / boot / menus / mboard2.scn < prev    next >
Encoding:
Text File  |  2005-02-13  |  4.1 KB  |  70 lines

  1. #
  2. # Mainboard Tools #2
  3. #
  4. mainboard2_menu:
  5. set textColor = color[white on blue]
  6. clear
  7. set textColor = color[white on blue]
  8. print "                             PCpro-Notfall-CD                                   "
  9. print "                   powered by ULTIMATE BOOT CD VER 3.2                          "
  10. print "                         www.pc-professionell.de                                "
  11. set textColor = color[red on grey]
  12. print "                                                                                "
  13. print "                             [Mainboard-Tools 2/2]                              "
  14. set textColor = color[black on grey]
  15. print "                                                                                "
  16. set textColor = color[green on grey]
  17. print " CPU-Information                                                                "
  18. set textColor = color[black on grey]
  19. print " [F1] Intel Processor Frequency ID V7.2.20041115                                "
  20. print "                                                                                "
  21. set textColor = color[green on grey]
  22. print " System-Information                                                             "
  23. set textColor = color[black on grey]
  24. print " [F2] AIDA16 V2.14                      [F5] ASTRA V4.21 (Demo)                 "
  25. print " [F3] NSSI V0.58.6                      [F6] PCISniffer V1.3                    "
  26. print " [F4] PC-Config V9.33                   [F7] PCI V0.49B                         "
  27. print "                                                                                "
  28. set textColor = color[green on grey]
  29. print " Benchmark Applications                                                         "
  30. set textColor = color[black on grey]
  31. print " [F8] System Speed Test 32 V4.78        [F9] CPU Benchmark                      "
  32. print "  [1] 3D Benchmark VGA V1.0              [2] CD Index V1.1                      "
  33. print "                                                                                "
  34. set textColor = color[green on grey]
  35. print " BIOS-Utilities                                                                 "
  36. set textColor = color[black on grey]
  37. print "  [3] BIOS V1.34.0                       [4] CMOSPWD V4.4                       "
  38. print "  [5] Uniflash V1.38                     [6] !BIOS V3.20                        "
  39. print "  [7] WipeCMOS V1.2                                                             "
  40. print "                                                                                "
  41. set textColor = color[white on blue]
  42. print "               Auswahl treffen oder mit ESC zur vorherigen Seite                "
  43. set textColor = color[white on blue]
  44.  
  45. #
  46. # Actions
  47. #
  48. getkey 500 script boothdd0.scn
  49. clear
  50. if ($lastKey == key[f1]); then bcdw \images\freedos.img \dosapps\intelfid\startup.bat
  51. if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\aida16\startup.bat
  52. if ($lastKey == key[f3]); then memdisk \images\nssi.igz
  53. if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\pcconfig\startup.bat
  54. if ($lastKey == key[f5]); then bcdw \images\freedos.img \dosapps\astra\startup.bat
  55. if ($lastKey == key[f6]); then diskemu \images\pcisniff.img
  56. if ($lastKey == key[f7]); then bcdw \images\freedos.img \dosapps\pci\startup.bat
  57. if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\sst\startup.bat
  58. if ($lastKey == key[f9]); then bcdw \images\freedos.img \dosapps\3dbench\startup.bat
  59. if ($lastKey == key[1]); then bcdw \images\freedos.img \dosapps\bench\startup.bat
  60. if ($lastKey == key[2]); then bcdw \images\freedos.img \dosapps\cdindex\startup.bat
  61. if ($lastKey == key[3]); then bcdw \images\freedos.img \dosapps\bios\startup.bat
  62. if ($lastKey == key[5]); then bcdw \images\freedos.img \dosapps\uniflash\startup.bat
  63. if ($lastKey == key[4]); then bcdw \images\freedos.img \dosapps\cmospwd\startup.bat
  64. if ($lastKey == key[6]); then bcdw \images\freedos.img \dosapps\xbios\startup.bat
  65. if ($lastKey == key[7]); then bcdw \images\freedos.img \dosapps\wipecmos\startup.bat
  66.  
  67. if ($lastKey == key[esc]); then script mboard.scn
  68. goto mainboard2_menu
  69.  
  70.