#include <INet.au3> $sSource = _INetGetSource('http://Ваша страница') If $sSource <> '' Then $hFile = FileOpen(@ScriptDir & '\Test.txt', 2) FileWrite($hFile, $sSource) FileClose($hFile) MsgBox(0, 'OK', 'OK') Else MsgBox(0, 'Error', 'Error') EndIf
Время: 05:04. © OSzone.net 2001-