<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: VB Script to Rename All Files in a Folder</title>
	<atom:link href="http://www.siusic.com/wphchen/vb-script-to-rename-all-files-in-a-folder-335.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.siusic.com/wphchen/vb-script-to-rename-all-files-in-a-folder-335.html</link>
	<description>Random thoughts and news by Andrew Chen and friends</description>
	<pubDate>Thu, 09 Feb 2012 13:20:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Bo</title>
		<link>http://www.siusic.com/wphchen/vb-script-to-rename-all-files-in-a-folder-335.html#comment-151095</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Fri, 19 Aug 2011 18:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/?p=335#comment-151095</guid>
		<description>I know this post is really old, but I just wanted to let you know that I looked all over the place for a solution like this and finally stumbled across your post. It was exactly what I needed. 

I did have to retype all of the quotation marks into the script once I copied and pasted it into notepad. Windows doesn't like the ones that were in your post.

Thanks a million!!</description>
		<content:encoded><![CDATA[<p>I know this post is really old, but I just wanted to let you know that I looked all over the place for a solution like this and finally stumbled across your post. It was exactly what I needed. </p>
<p>I did have to retype all of the quotation marks into the script once I copied and pasted it into notepad. Windows doesn&#8217;t like the ones that were in your post.</p>
<p>Thanks a million!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Chen</title>
		<link>http://www.siusic.com/wphchen/vb-script-to-rename-all-files-in-a-folder-335.html#comment-57143</link>
		<dc:creator>Andrew Chen</dc:creator>
		<pubDate>Fri, 10 Apr 2009 23:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/?p=335#comment-57143</guid>
		<description>Thank Sen! I will check that out :smile:</description>
		<content:encoded><![CDATA[<p>Thank Sen! I will check that out <img src='http://www.siusic.com/wphchen/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SenHu</title>
		<link>http://www.siusic.com/wphchen/vb-script-to-rename-all-files-in-a-folder-335.html#comment-56841</link>
		<dc:creator>SenHu</dc:creator>
		<pubDate>Wed, 08 Apr 2009 14:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/?p=335#comment-56841</guid>
		<description>Andrew:

Sounds like you enjoy posting automation scripts based on new ideas. I appreciate that - your effort helps out a lot of people.

Have you looked at biterscripting (http://www.biterscripting.com for free installation) ? It is simple to learn, but you can take it to a cerebral level. Documentation is available with the 'help' command. It is my guess that you will probably like posting scripts in biterscripting.

Sen</description>
		<content:encoded><![CDATA[<p>Andrew:</p>
<p>Sounds like you enjoy posting automation scripts based on new ideas. I appreciate that - your effort helps out a lot of people.</p>
<p>Have you looked at biterscripting (http://www.biterscripting.com for free installation) ? It is simple to learn, but you can take it to a cerebral level. Documentation is available with the &#8216;help&#8217; command. It is my guess that you will probably like posting scripts in biterscripting.</p>
<p>Sen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Chen</title>
		<link>http://www.siusic.com/wphchen/vb-script-to-rename-all-files-in-a-folder-335.html#comment-54152</link>
		<dc:creator>Andrew Chen</dc:creator>
		<pubDate>Tue, 10 Mar 2009 05:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/?p=335#comment-54152</guid>
		<description>I think it should be easy to replace the following line with some if statements to implement whatever naming convention you want to follow. 

fso.MoveFile file.Name, Replace(file.Name,”Transaction”,”Tran”)

for example you can have 

if instr(file.name, "Transaction")&gt;0 then
fso.MoveFile file.Name, Replace(file.Name,”Transaction”,”Tran”)
end if
</description>
		<content:encoded><![CDATA[<p>I think it should be easy to replace the following line with some if statements to implement whatever naming convention you want to follow. </p>
<p>fso.MoveFile file.Name, Replace(file.Name,”Transaction”,”Tran”)</p>
<p>for example you can have </p>
<p>if instr(file.name, &#8220;Transaction&#8221;)>0 then<br />
fso.MoveFile file.Name, Replace(file.Name,”Transaction”,”Tran”)<br />
end if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan81</title>
		<link>http://www.siusic.com/wphchen/vb-script-to-rename-all-files-in-a-folder-335.html#comment-54129</link>
		<dc:creator>Dylan81</dc:creator>
		<pubDate>Tue, 10 Mar 2009 01:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/?p=335#comment-54129</guid>
		<description>What if all the files have different names?
Eg, all my photo files need renaming but they all have different naming conventions applied.
Cheers.</description>
		<content:encoded><![CDATA[<p>What if all the files have different names?<br />
Eg, all my photo files need renaming but they all have different naming conventions applied.<br />
Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

