i have a vbscript that called an autoit exe file and autoit exe file will return value to vbscript.
vbscriptto call the exe and create array:
Set objShell = CreateObject("WScript.Shell")
objShell.Run ( "C:\Datalog\test.exe")
Dim intCtr: intCtr=-1
Dim tempArr()
Set UID = CreateObject("System.Collections.ArrayList")
CurLot = ""
For Each filelog in FileList
LogFile = Split(filelog, "~")(1)
Set otf = fso.Op