add this to the function I gave you earlier, change the paths of the input/output variables, and feed it a list of computer names in a text file, 1 to a line...it should output the data you need:
dim strInputPath, strOutputPath, strStatus
dim objFSO, objTextIn, objTextOut
strInputPath =...