当123位置的值为0时net send ip ******进行报警,用vb脚本怎么编写此段程序,虽然简单,但还请高人指点。谢谢
我所知道开始的一点是
Const ForReading = 1, ForWriting = 2
Dim fso, f
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.OpenTextFile("c:\testfile.txt", ForReading)
f.SkipLine
SkipLineInFile = f.ReadLine