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.
Edit text file using a batch file.
Name: vlad123 Date: July 16, 2009 at 01:38:54 Pacific OS: Windows XP Subcategory: General
Comment:
Hi, I have NewTest1.txt with the following data: Name, Score Ben, 347 Sonny, 3656 Sai, 23
I would like a batch file that gets the names only and save it in NewTest2.txt like this: Name Ben Sonny Sai
Summary: I had some great help yesterday with another issue and thought I would try this one. I need to replace 12 characters in a text file with a different string of 12 characters. How could I do this in a b...
Summary: Hi, I need a batch file to edit a text file. This file contains test results from a program. The data is separated by spaces and "00000" (space and numbers as delimiter?). I need to have each of them ...
Summary: Hi I'm trying to create a batch file that will parse a text file and copy these files into the correct folders. The problem that I having is the file names and extension that I want the batch file to...