Hi!
Here's what I need to do:
I have a text file of 141 lines which contains data considering
web-application. In line 5 of the txt-file, the username is introduced.
Now I would need a script, which would ask me the username, and then
the script would modify the Username section, in the line 5 of the
text-file.
So basicly I would need a "Username" -variable. The value of "Username"
would be entered by a user, and then the script should input the value
to the text file.
Do you have any ideas which would be an easy way to accomplish this? It
seems that FileSystemObject cannot modify text-files, is that right?
Thanks in advance,
Henri