Hi,
In a existing text file, I need to replace one line with something else. Is there a way to do this in VBScript.
For example, the file is
first line
second line
third line
...
What I want to do is modify the file so it will look like
this was the first line
second line
third line
....
Thanks in advanced.
In a existing text file, I need to replace one line with something else. Is there a way to do this in VBScript.
For example, the file is
first line
second line
third line
...
What I want to do is modify the file so it will look like
this was the first line
second line
third line
....
Thanks in advanced.