Results 1 to 3 of 3

Thread: Pipe to tsv

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    81

    Pipe to tsv

    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.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    81

    Re: Pipe to tsv

    No help?

  3. #3
    PowerPoster
    Join Date
    Jun 2001
    Location
    Trafalgar, IN
    Posts
    4,141

    Re: Pipe to tsv

    Look up the FileSystemObject to create your file. Then instead of Echo use the WriteLine method of the FSO to write the content.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width