Writing to .txt file.

Posted by Gus on Sat 11 Sep 2004 10:58 AM — 3 posts, 12,896 views.

#0
Hello,

I'd like to have a scipt that appends a line at the end of a .txt file. I have no idea how to do it. It is suppoused to log some information, that I want to have apart from the normal log file.
If it is also possible, reading from a file and showing would also be handy.


gus
USA #1
Read up on FSO (File System Object) in the VBScript help file (technically its the Windows Scripting Host help file) you can find a link from a link ontop of the MC forum (Script Functions, and then its at the bottom of the page next to the engine downloads).

Its pretty self explanatory, there are some reasonable examples in the help file, and then theres a few examples in the forum too (search for FSO).

Inside the help file, its Script Runtime > FileSystemObject.
#2
Thanks, now I have a place to start. I'll try to get into it, and if I have any questions I'll post this thread.

gus