<?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>..::CHANGE is INEVITABLE::.. &#187; batch</title>
	<atom:link href="http://kedar.nitty-witty.com/blog/tag/batch/feed/" rel="self" type="application/rss+xml" />
	<link>http://kedar.nitty-witty.com/blog</link>
	<description>kedar.nitty-witty.com</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:10:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>batch script to add remove prefix zero pad bulk file rename</title>
		<link>http://kedar.nitty-witty.com/blog/batch-script-to-add-remove-prefix-zero-pad-bulk-file-rename/</link>
		<comments>http://kedar.nitty-witty.com/blog/batch-script-to-add-remove-prefix-zero-pad-bulk-file-rename/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 07:52:47 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=683</guid>
		<description><![CDATA[
			
				
			
		
This post has two batch scripts:
1. Batch script to rename files with zero padded number series-prefix
 
2. Batch script to remove prefix of perticular length

1. Batch script to rename files with zero padded number series-prefix
This script will accept file-type to be searched and lenght of zero-padded prefix to be attached.
Usage: RenZeroPad.bat
Consider you have to rename [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/' rel='bookmark' title='Permanent Link: Stored procedure to add-remove prefix by rename table mysql'>Stored procedure to add-remove prefix by rename table mysql</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/bat-batch-file-to-create-formatted-date-ddmmyyyy-directory/' rel='bookmark' title='Permanent Link: bat &#8211; batch file to create formatted date time (ddmmyyyy) directory'>bat &#8211; batch file to create formatted date time (ddmmyyyy) directory</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/usingvlookup-and-batch-script-to-compare-two-excel-csv-and-retrive-result/' rel='bookmark' title='Permanent Link: Using VLookup and batch script to compare two excel / csv and retrive result'>Using VLookup and batch script to compare two excel / csv and retrive result</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/batch-script-to-add-remove-prefix-zero-pad-bulk-file-rename/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using VLookup and batch script to compare two excel / csv and retrive result</title>
		<link>http://kedar.nitty-witty.com/blog/usingvlookup-and-batch-script-to-compare-two-excel-csv-and-retrive-result/</link>
		<comments>http://kedar.nitty-witty.com/blog/usingvlookup-and-batch-script-to-compare-two-excel-csv-and-retrive-result/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 15:35:04 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=249</guid>
		<description><![CDATA[
			
				
			
		
Using Vlookup:
I have two csv files; File1 has Id and Value Columns and File2 has Id.
Problem: I need to compare both files and put respective values to File2 from File1.
Solution: VLookup in excel
Steps:

Open both files in Excel &#38; arrange it vertically (Window &#62;&#62; Arrange; for ease)



Click on cell where you want to put compared value: [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/batch-script-to-add-remove-prefix-zero-pad-bulk-file-rename/' rel='bookmark' title='Permanent Link: batch script to add remove prefix zero pad bulk file rename'>batch script to add remove prefix zero pad bulk file rename</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/bat-batch-file-to-create-formatted-date-ddmmyyyy-directory/' rel='bookmark' title='Permanent Link: bat &#8211; batch file to create formatted date time (ddmmyyyy) directory'>bat &#8211; batch file to create formatted date time (ddmmyyyy) directory</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/replication-slave-lag-monitoring-using-heartbeat-and-windows-batch-scripts/' rel='bookmark' title='Permanent Link: Replication slave lag monitoring using heartbeat and windows batch scripts'>Replication slave lag monitoring using heartbeat and windows batch scripts</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/usingvlookup-and-batch-script-to-compare-two-excel-csv-and-retrive-result/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bat &#8211; batch file to create formatted date time (ddmmyyyy) directory</title>
		<link>http://kedar.nitty-witty.com/blog/bat-batch-file-to-create-formatted-date-ddmmyyyy-directory/</link>
		<comments>http://kedar.nitty-witty.com/blog/bat-batch-file-to-create-formatted-date-ddmmyyyy-directory/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 10:19:45 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=239</guid>
		<description><![CDATA[
			
				
			
		
I required to make a batch script which needs file / directory to be created with current date / time stamps.
Following are the code snipts for formating date / time in a batch script:
FOR /F &#8220;TOKENS=1* DELIMS= &#8221; %%A IN (&#8216;DATE/T&#8217;) DO SET MYDATE=%%B
FOR /F &#8220;TOKENS=1,2 eol=/ DELIMS=/ &#8221; %%A IN (&#8216;DATE/T&#8217;) DO SET mm=%%B
FOR [...]


Related posts:<ol><li><a href='http://kedar.nitty-witty.com/blog/batch-script-to-add-remove-prefix-zero-pad-bulk-file-rename/' rel='bookmark' title='Permanent Link: batch script to add remove prefix zero pad bulk file rename'>batch script to add remove prefix zero pad bulk file rename</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/usingvlookup-and-batch-script-to-compare-two-excel-csv-and-retrive-result/' rel='bookmark' title='Permanent Link: Using VLookup and batch script to compare two excel / csv and retrive result'>Using VLookup and batch script to compare two excel / csv and retrive result</a></li>
<li><a href='http://kedar.nitty-witty.com/blog/replication-slave-lag-monitoring-using-heartbeat-and-windows-batch-scripts/' rel='bookmark' title='Permanent Link: Replication slave lag monitoring using heartbeat and windows batch scripts'>Replication slave lag monitoring using heartbeat and windows batch scripts</a></li>
</ol>]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/bat-batch-file-to-create-formatted-date-ddmmyyyy-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
