Код:
#include <Array.au3>
#include <MsgBoxConstants.au3>
;====================================================================================================
$File = FileRead("C:\\123\\123.xml")
$File = StringRegExp($File, "\[123].*\]", 1)
MsgBox($MB_SYSTEMMODAL, " ", "123: " & $File, 60)
;====================================================================================================
пробовал так, не получается... выводит пустую строку.