<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How Can I Read Just a Single, Specified Line from a Text File?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/25/how-can-i-read-just-a-single-specified-line-from-a-text-file.aspx</link><description>Hey, Scripting Guy! How can I read only a specific line in a text file? For example, how can I write a script that reads only line 16 in a text file and then stores the value of that line in a variable? -- DL 
 Hey, DL. You know we haven’t answered a</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Can I Read Just a Single, Specified Line from a Text File?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/25/how-can-i-read-just-a-single-specified-line-from-a-text-file.aspx#3495644</link><pubDate>Wed, 02 May 2012 12:54:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3495644</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Instead of:&lt;/p&gt;
&lt;p&gt;For i = 1 to 3&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;objTextFile.ReadLine&lt;/p&gt;
&lt;p&gt;Next&lt;/p&gt;
&lt;p&gt;Try:&lt;/p&gt;
&lt;p&gt;objTextFile.Skip(3)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3495644" width="1" height="1"&gt;</description></item><item><title>re: How Can I Read Just a Single, Specified Line from a Text File?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/25/how-can-i-read-just-a-single-specified-line-from-a-text-file.aspx#3493153</link><pubDate>Thu, 19 Apr 2012 13:16:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493153</guid><dc:creator>Lok</dc:creator><description>&lt;p&gt;How can I read a line in CSV and than to this existing first line of test add new text ? for example&lt;/p&gt;
&lt;p&gt;lala;baba;caca&lt;/p&gt;
&lt;p&gt;kaka;kaka;jaja&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;lala;baba;caca;DADA;HAHA;KAJA&lt;/p&gt;
&lt;p&gt;kaka;kaka;jaja&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493153" width="1" height="1"&gt;</description></item><item><title>re: How Can I Read Just a Single, Specified Line from a Text File?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/25/how-can-i-read-just-a-single-specified-line-from-a-text-file.aspx#3419019</link><pubDate>Wed, 06 Apr 2011 10:01:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3419019</guid><dc:creator>Spazz</dc:creator><description>&lt;p&gt;How can I read a random line from a text file and display it in a messagebox. I want to do this from a script file when the user logs onto the domain.&lt;/p&gt;
&lt;p&gt;spazzeroony@gmail.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3419019" width="1" height="1"&gt;</description></item></channel></rss>