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.
Splitting a text file
Name: yaffle42 Date: July 14, 2005 at 03:11:10 Pacific OS: Win 98 CPU/Ram: Celeron 128Mb
Comment:
Hi,
I am having trouble creating a batch file to break down a text file into several smaller text files.
I need to start at the first %MPFxxx and copy that line and all subsequent lines until the next %MPFxxx line into a new file. Then do the same starting at the next %MPF. And repeat until the end of the file.
Each %MPFxxx is numbered uniquely but non-sequential.
I had managed to do this in the XP command prompt using FOR /F but I have just found it is needed for a WIN98 machine so I need to start afresh.
Summary: Hello. I'm trying to write a batch file that can pull the contents (just a single word) from a text file. I am currently using a batch file to output the user context of a login to a text file. What...
Summary: Hello everyone, my interest is that if I write a batch file to copy files from one location to another location. The as the batch file is running we can see the processing status on the screen strai...