Search found 2 matches

by JamesA
08 Jun 2010 22:31
Forum: DOS Batch Forum
Topic: Help Reading 2 tokens / line from each outputting to 1 line
Replies: 2
Views: 3601

Re: Help Reading 2 tokens / line from each outputting to 1 l

Your post gave me all the help I needed. Thanks a ton. That was a really fast response too! Here was what my batch file did when it was done, took 2 arguments per line from a file via the for loop, and output an xml file in a different directory, for someone else's program to remove TV Commercials f...
by JamesA
07 Jun 2010 11:56
Forum: DOS Batch Forum
Topic: Help Reading 2 tokens / line from each outputting to 1 line
Replies: 2
Views: 3601

Help Reading 2 tokens / line from each outputting to 1 line

Hi I am trying to read a file in where each line has 3 numbers seperated by a space/tab. and I want to use the first two numbers as input and put some text between them (XML tags) and output to a separate file to a new single line (file.txt): e.g. this file contains: 1 2 3 12345 45456 0 63432 72356 ...