I found a script that checks every domain computer for an application.

They have it pipe to a msgbox like this:

Code:
WScript.Echo sComputer & vbTab & vbTab & sInstalled
How can I edit that line to create a TSV file?

Thanks for any help.