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 script for parsing text file
Name: gromul Date: November 7, 2005 at 21:35:58 Pacific OS: XP PRO CPU/Ram: AMD 2000+ / 1GB
Comment:
I need a script that will receive one text file as input and create another smaller text file from the first file. I think this can be done with find command, but I'm not sure how to proceed.
This is a simplified input file:
First line <file1> header ignore ignore target1 target2
Summary: If the text file can have specific lines in random order, can a script be written to copy those lines in the same order? I.e. text file #1: string1 string2 text file #2: string2 string1 Now if I have...
Summary: Hi, is there anybody who knows how to write a batch file script for iterating a execution file over and over again ? I wrote my program in C. And my calculation should be done, say 1000 times. Every t...
Summary: Please help me in writing a batch file which parses a text file sample.txt and prints some tokens. contents of sample.txt user_db ADMINS_CAS_SENS Y user_db ADMIN_USER_REQ N user_db ADMIN_FILE_REQ N us...