recommend writing each computer to it's own file. Then from your desktop at a DOS prompt you can do something like this. (just make sure each file has an @CRLF as the last value)

COPY \\SEVER\LOGS\*.LOG C:\REPORTS\INVENTORY.LOG

Which will give you a single file of all machines to easily import to Excel and no file locking issues.

Works on thousands of computers within seconds.