Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by skelly9131

  1. skelly9131

    Read multiple files and write output to a single file

    PHV, thanks for the link, but I think it's broken.
  2. skelly9131

    Read multiple files and write output to a single file

    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 =...
  3. skelly9131

    Read multiple files and write output to a single file

    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...

Part and Inventory Search

Back
Top