<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Sheldrick&#039;s Blog &#187; batch</title>
	<atom:link href="http://chrissheldrick.com/blog/tag/batch/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrissheldrick.com/blog</link>
	<description>iPhone Dev, Fitness and anything else I can think of</description>
	<lastBuildDate>Thu, 27 Oct 2011 15:47:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IP Finder Helpful Batch Program for Getting IP Addresses</title>
		<link>http://chrissheldrick.com/blog/2010/02/05/ip-finder-helpful-batch-program-for-getting-ip-addresses/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://chrissheldrick.com/blog/2010/02/05/ip-finder-helpful-batch-program-for-getting-ip-addresses/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:55:17 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[batch]]></category>

		<guid isPermaLink="false">http://chrissheldrick.com/blog/?p=243</guid>
		<description><![CDATA[It is used to look up IP addresses when you have a list of server/computer names You just run the batch file, and you can enter in a server name or ip address (I don't know why you would want to lookup the ip of an ip...) and the batch returns the IP, or if it is not on the network, and also rights the name and ip out to a CSV (comma separated values) document that can be read by excel IP Finder ]]></description>
			<content:encoded><![CDATA[<p>I made this little batch program to help at work. I figured that other people may have a use for it so here it is. It is used to look up IP addresses when you have a list of server/computer names. I used it on a list of about 200 servers and it took about 8 minutes, manually would have taken much longer.</p>
<p>You just run the batch file, and you can enter in a server name or ip address (I don&#8217;t know why you would want to lookup the ip of an ip&#8230;) and the batch returns the IP, or if it is not on the network, and also rights the name and ip out to a CSV (comma separated values) document that can be read by excel. If you have a txt file of server names (copy and paste the list from excel maybe?) then you feed the file to the batch program and it pings every server and returns the ip address and exports to the CSV file.</p>
<p>I spent a lot of time trying to find a way to automate the process of pinging a ton of servers. It was very hard to do from completely within excel so I just made the txt file from my server spread sheet and fed it into the batch program. I hope this is helpful to someone besides me, feel free to tweak it to your needs.</p>
<h3><a href="http://chrissheldrick.com/blog/wp-content/uploads/2010/02/IP-Finder1.zip#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">IP Finder</a></h3>
<p>Well that is the program in all its glory. Enjoy!</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://chrissheldrick.com/blog/2010/02/05/ip-finder-helpful-batch-program-for-getting-ip-addresses/&via=csheldrick&text=IP Finder Helpful Batch Program for Getting IP Addresses&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://chrissheldrick.com/blog/2010/02/05/ip-finder-helpful-batch-program-for-getting-ip-addresses/&via=csheldrick&text=IP Finder Helpful Batch Program for Getting IP Addresses&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://chrissheldrick.com/blog/2010/02/05/ip-finder-helpful-batch-program-for-getting-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

