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.
how many number of lines at a text
Name: Emad Date: June 20, 2004 at 07:59:13 Pacific OS: win CPU/Ram: 256k
Comment:
hi any body can help me ? i want a DOS batch to count number of lines at a text file. thanks in advance Emad Ahmed
Summary: Hi. What I'm trying to do is to append the number of lines from a file to a variable. The file's lines would have only one character (and always the same character: "]"). Just that. ie: ::txt.txt ] ]...
Summary: Hi every body I need to count the number of line in a file. My file is like this: |tetrte|ezrzer|||||erez| |tetrte|ezrzer|||||erez| |tetrte|ezrzer|||||erez| I found something: find /C "|" filename I a...
Summary: i need to create a batch to add and delete a line in a text(not 1st line and last line) without EXT command. This is my text file: --------TOF-------- echo This is line 1 echo This is line 2 echo Thi...