This example code shows how you can use VBScript to read and write standard text files. The code below can be used as a basis for reading lines from one file, processing them and then writing them back out to another file.
The example script can be used as a base for processing CSV, HTML and XML files.