MS DOS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   Web Development Archives FAQs MS DOS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Web Development Archives Sponsor:
  #1  
Old June 12th, 2008, 01:33 AM
vinoth124 vinoth124 is offline
Registered User
Dev Archives Newbie (0 - 499 posts)
 
Join Date: Jun 2008
Posts: 2 vinoth124 User rank is Just a Lowly Private (1 - 20 Reputation Level)  
Time spent in forums: 10 m 17 sec
Reputation Power: 0
How to find the number of lines in txt file using DOS?

Hi Everyone,

In batch code, is it possible to count the number of files from the text file

For eg.,
Text file "Src.txt" contains the following text....
uuuuu
vvvvvv
xxxxxx
yyyyyy
zzzzzz

I need to find the number of lines available in "Src.Txt" and also i need to print(echo) the 3rd line.

Is there any option to resolve this issue..., Please help me to resolve this issue....,

Thank in Advance.

Ur,
Vinoth

Reply With Quote
  #2  
Old June 22nd, 2008, 12:58 AM
Mike Chambers Mike Chambers is offline
Registered User
Dev Archives Newbie (0 - 499 posts)
 
Join Date: Jun 2008
Posts: 2 Mike Chambers User rank is Just a Lowly Private (1 - 20 Reputation Level)  
Time spent in forums: 8 m 20 sec
Reputation Power: 0
as far as i am aware, there is nothing built in to DOS to perform such a task but it can easily be done with some quickbasic/qbasic code. try this:

OPEN "SRC.TXT" FOR INPUT AS #1
counter = 0
DO UNTIL EOF(1)
LINE INPUT #1, dummy$
IF counter = 3 THEN thirdline$ = dummy$
counter = counter + 1
LOOP
CLOSE #1

PRINT "The file SRC.TXT contains" + STR$(counter) + " lines of text."
PRINT "This is the third line: " + thirdline$

Reply With Quote
Reply

Viewing: Web Development Archives FAQs MS DOS > How to find the number of lines in txt file using DOS?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT