tsuji, thanks for your post. You got me on the right path. Your script was causing looping because the output file was being written to the same directory. So, here's what worked for me.
Const ForReading = 1
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set folder =...
Hi all, I'm teaching myself VBScript and have been able to get a script working that can read a single file and write certain records to an output file (code shown below).
What I can't figure how to do is modifiy this code to read multiple files in the same directory and write/append certain...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.