Thread
:
Logging Device from script and save to text file
View Single Post
#
7
10-25-2012, 05:49 AM
stuartX
Registered User
Join Date: Feb 2012
Posts: 33
Actually that term 'cnxnString' is in the posted code. See the last line:
' Process a line at a time
vLine = Split(fil.ReadLine, ";")
strHostname = vLine(0)
strIP = vLine(1)
On Error Resume Next
crt.Session.Connect cnxnString
stuartX
View Public Profile
Find all posts by stuartX