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("Syst...