Nikola Soft
так те и сказали как ето сделать
вот мой недоделаный скрипт для AutoIt3
Код:

run("cpuz.exe")
WinWaitActive("CPU-Z","Name")
Dim $text
$text = ControlGetText ( "CPU-Z", "", "Static6")
if $Text = "AMD Athlon XP" then
MsgBox(0, "Text read was:", $text)
endif
if $Text = "Intel Pentium 4" then
run("P4.exe")
endif
if $Text = "Intel Celeron" then
MsgBox(0, "Text read was:", $text)
endif
if $Text = "AMD Athlon" then
MsgBox(0, "Text read was:", $text)
endif
if $Text = "AMD Athlon MP" then
MsgBox(0, "Text read was:", $text)
endif
ProcessClose("cpuz.exe")
тоесть с помощью cpu-z определяет какой проц и запускае соответствующий архив
так что можеш доделать и юзать
мне просто пака некогда
З.Ыа вот насчет определения видео никто не поможет??