All, I have a HTA script which is used to copy files from one server to another. When the copying starts it loops to several server names and creates a log line when the copying starts and when the copying ends. I want to update a row on the screen everytime a logline is written. This is the sub which creates the log:
Sub CreateLog(sLogL ine)
Const ForReading = 1, ForWriting = 2, ForAppending = 8
Dim oFSO, sLogFile...