Paste the script below into a text file with a .vbs extension. Customize the value of the strFolder variable on line 5 with the location of the folder containing the files. Customize the value of the strOutput variable on line 7 with the location of the file to be created. Running the script will merge all text files in the folder into a pipe-delimited text file.
Main Topics
Browse All Topics





by: BrightApolloPosted on 2009-09-02 at 10:17:36ID: 25243231
So you want to replace carriage returns with pipes, output that line to a file, for each file passed in?