Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file to parse data
Name: jerardfjay Date: August 19, 2005 at 08:35:16 Pacific OS: XP CPU/Ram: Pent 4 2.GHz/512 MB
I have two other files called t1.txt and t2.txt I need to be able to create another text file which takes each data element from above and sandwhiches between the text in t1.txt and t2.txt. Essentially like type t1.txt 2000 t2.txt and write the output to t3.txt file. This should be repeated for every data element mentioned above. For instance the next write to t3.txt should be t1.txt 08/18/2005 t2.txt and finally t1.txt 0508185874 t2.txt.
Can someone help me write the same in Batch. Thanks.
Summary: Hello, I am trying to create a batch file to parse a log file, find some timestamps in a specific format, change the format of the timestamp, then display the timestamp in the command window. My curr...
Summary: I have an ini file that I would like to extract a value and pass that value through a condition statement to change value if doesn't exit. Does anyone know how to create a batch file to accomplish thi...
Summary: Have a text file that has about 100 Entries that look like this. ["Brumak"] = { ["class"]="Death Knight", ["dkp"]=12.00, ["dkp_1"]=12.00, }, Yes, this is a WoW Macro, I'm a Huge do...