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.
delete first line from 600 files
Name: vijayk Date: November 27, 2004 at 14:14:18 Pacific OS: Win XP Pro CPU/Ram: 1.67 Ghz 256 Mb
Comment:
i want to delete first line from 600 files suggest easy way
Name: Jennifer SUMN Date: November 27, 2004 at 17:21:08 Pacific
Reply:
What type of files?
0
Response Number 2
Name: FJB Date: November 27, 2004 at 19:35:39 Pacific
Reply:
Not real sure what you are trying to do, but normally you can right click a file and choose delete, you can also highlight a word, line, or paragraph and press delete on the keyboard.
0
Response Number 3
Name: FJB Date: November 27, 2004 at 19:43:05 Pacific
Reply:
I believe i understand after reading your post again, you have 600 files and you want to delete the first line from each file. I do not know of any way to do it, I suppose a programmer could code something,,not sure.
0
Response Number 4
Name: Greaner Date: November 27, 2004 at 22:20:48 Pacific
Reply:
If these 1st lines have a common element that is not found in any other part of the files . .you can search the folder containing these files for that element and delete directly from the search results.
Good luck
Greaner
0
Response Number 5
Name: vijayk Date: November 28, 2004 at 08:50:59 Pacific
Reply:
I used fileEngineer and deleted first line from all 600 files within a second. Thanks
Summary: I have one text file say ( sample.txt) and the contents of that file are ( say) : a.pcm b.pcm c.pcm now I want to read first line from the sample.txt from a batch file ,now how can i do that. I tried ...
Summary: Hello, I'm not sure this is the right section, because I need this script to work on XP, but batch programing is somewhat more DOS realted. So I'm looking for a batch script which deletes certain line...
Summary: Thanks a lot. It works just fine. I just realized that I need to remove first 41 lines from the file as well. Plus there will be more than one file and I have to loop through them. Would you be so kin...