
<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mass Renaming Directories And Files Using Total Commander</title>
	<atom:link href="http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/feed/" rel="self" type="application/rss+xml" />
	<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/</link>
	<description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description>
	<lastBuildDate>Thu, 18 Mar 2010 08:44:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-29865</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Mon, 04 Jan 2010 06:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-29865</guid>
		<description>I don&#039;t think so, Hannes. You may need to write a script to do this.</description>
		<content:encoded><![CDATA[<p>I don&#039;t think so, Hannes. You may need to write a script to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes Vandevelde</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-29817</link>
		<dc:creator>Hannes Vandevelde</dc:creator>
		<pubDate>Sun, 03 Jan 2010 16:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-29817</guid>
		<description>Hello i have small problem:
i have 30+ folders with similar files in them.
i want to rename all the files in the folders to [P]-[C] (counter resetting in each folder)

is there a short way to do this?</description>
		<content:encoded><![CDATA[<p>Hello i have small problem:<br />
i have 30+ folders with similar files in them.<br />
i want to rename all the files in the folders to [P]-[C] (counter resetting in each folder)</p>
<p>is there a short way to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-25213</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Tue, 13 Oct 2009 19:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-25213</guid>
		<description>@Olivier

Yeah, I don&#039;t think you can pad with 0s like this in TC (what&#039;s TT? :P) in one go, but you can split the task up in a couple and do them one after the other.

For example,
search for ^(\d\.txt), rename to 00$1
Then
search for ^(\d{2}\.txt), rename to 0$1</description>
		<content:encoded><![CDATA[<p>@Olivier</p>
<p>Yeah, I don&#039;t think you can pad with 0s like this in TC (what&#039;s TT? <img src='http://beerpla.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) in one go, but you can split the task up in a couple and do them one after the other.</p>
<p>For example,<br />
search for ^(\d\.txt), rename to 00$1<br />
Then<br />
search for ^(\d{2}\.txt), rename to 0$1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-25210</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Tue, 13 Oct 2009 18:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-25210</guid>
		<description>Hello 
I also love TT and can&#039;t work without it !
But a great lack in Multi Rename tool is the ability to simply add leading or trailing characters to the file name

Example
 
rename
1.txt
12.txt
2.txt

to 
001.txt
012.txt
002.txt</description>
		<content:encoded><![CDATA[<p>Hello<br />
I also love TT and can&#039;t work without it !<br />
But a great lack in Multi Rename tool is the ability to simply add leading or trailing characters to the file name</p>
<p>Example</p>
<p>rename<br />
1.txt<br />
12.txt<br />
2.txt</p>
<p>to<br />
001.txt<br />
012.txt<br />
002.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t0ny</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-21396</link>
		<dc:creator>t0ny</dc:creator>
		<pubDate>Fri, 31 Jul 2009 10:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-21396</guid>
		<description>I think I&#039;ve got it!

Rename mask: [N][P]

Search for: (.*)_(.*)_(.*)_(.*)\.jpg
Replace with: $1_$3_$4_$2.jpg

Coool! Thanks!

Is there any chance to process Multi Rename Tool in subfolders? 

So for example: I&#039;ve got folder &quot;todo&quot; and 50 folders inside with files that needs renaming. Can I do it at once or I have to go inside to every of those 50 folders?

Thanks
t0ny</description>
		<content:encoded><![CDATA[<p>I think I&#039;ve got it!</p>
<p>Rename mask: [N][P]</p>
<p>Search for: (.*)_(.*)_(.*)_(.*)\.jpg<br />
Replace with: $1_$3_$4_$2.jpg</p>
<p>Coool! Thanks!</p>
<p>Is there any chance to process Multi Rename Tool in subfolders? </p>
<p>So for example: I&#039;ve got folder &#034;todo&#034; and 50 folders inside with files that needs renaming. Can I do it at once or I have to go inside to every of those 50 folders?</p>
<p>Thanks<br />
t0ny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t0ny</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-21395</link>
		<dc:creator>t0ny</dc:creator>
		<pubDate>Fri, 31 Jul 2009 10:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-21395</guid>
		<description>Wow, great post.
Please let me know if it&#039;s posssible to do the following with TC.

I have the folder &quot;abc&quot; and inside this folder I have files: 01.jpg, 01_xl.jpg, 01_l.jpg, 02.jpg, 02_xl.jpg, 03.jpg

Is there any chance to renema them using the folder name?

So the result should be:
01.jpg
01_abc_xl.jpg
01_abc_l.jpg
02_abc.jpg
02_abc_xl.jpg
03_abc.jpg

So I&#039;d need to find &quot;_&quot; and place &quot;_[PARENTFOLDERNAME]&quot; after that?

Thanks
t0ny</description>
		<content:encoded><![CDATA[<p>Wow, great post.<br />
Please let me know if it&#039;s posssible to do the following with TC.</p>
<p>I have the folder &#034;abc&#034; and inside this folder I have files: 01.jpg, 01_xl.jpg, 01_l.jpg, 02.jpg, 02_xl.jpg, 03.jpg</p>
<p>Is there any chance to renema them using the folder name?</p>
<p>So the result should be:<br />
01.jpg<br />
01_abc_xl.jpg<br />
01_abc_l.jpg<br />
02_abc.jpg<br />
02_abc_xl.jpg<br />
03_abc.jpg</p>
<p>So I&#039;d need to find &#034;_&#034; and place &#034;_[PARENTFOLDERNAME]&#034; after that?</p>
<p>Thanks<br />
t0ny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micha</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-21274</link>
		<dc:creator>Micha</dc:creator>
		<pubDate>Tue, 28 Jul 2009 15:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-21274</guid>
		<description>Oh, too bad. But thanks for the fast response anyway.
Micha</description>
		<content:encoded><![CDATA[<p>Oh, too bad. But thanks for the fast response anyway.<br />
Micha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-21273</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Tue, 28 Jul 2009 15:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-21273</guid>
		<description>@Micha
I&#039;m afraid something like this needs a bit of custom logic, so it has to be a script.

However, depending on if this is OK with you or not, you can first try to use this regex to eliminate all digits from the beginning: ^d+ and then separately attach a counter using the [C] modifier in the name.</description>
		<content:encoded><![CDATA[<p>@Micha<br />
I&#039;m afraid something like this needs a bit of custom logic, so it has to be a script.</p>
<p>However, depending on if this is OK with you or not, you can first try to use this regex to eliminate all digits from the beginning: ^d+ and then separately attach a counter using the [C] modifier in the name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micha</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-21272</link>
		<dc:creator>Micha</dc:creator>
		<pubDate>Tue, 28 Jul 2009 14:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-21272</guid>
		<description>Thanks for the really great tutorial from my side, too!

I have one question left though and I am not sure whether I could&#039;ve answered it myself already by the written comments.

I have some files

01_bla.rtf
02_bli.rtf
03_blupp.rtf
04_blau.rtf
05_blumm.rtf
and want to rename just one or two and get the others in order again.

01_blau.rtf
01_bla.rtf (should then become 02_bla.rtf)
02_bli.rtf (should become 03_bli.rtf...)
03_blupp.rtf
05_blumm.rtf
It seems like a simple thing but I just don&#039;t get it yet... ;)
Thanks for your help beforehand!
Micha</description>
		<content:encoded><![CDATA[<p>Thanks for the really great tutorial from my side, too!</p>
<p>I have one question left though and I am not sure whether I could&#039;ve answered it myself already by the written comments.</p>
<p>I have some files</p>
<p>01_bla.rtf<br />
02_bli.rtf<br />
03_blupp.rtf<br />
04_blau.rtf<br />
05_blumm.rtf<br />
and want to rename just one or two and get the others in order again.</p>
<p>01_blau.rtf<br />
01_bla.rtf (should then become 02_bla.rtf)<br />
02_bli.rtf (should become 03_bli.rtf&#8230;)<br />
03_blupp.rtf<br />
05_blumm.rtf<br />
It seems like a simple thing but I just don&#039;t get it yet&#8230; <img src='http://beerpla.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Thanks for your help beforehand!<br />
Micha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-18348</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 22 May 2009 21:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-18348</guid>
		<description>Thx for this great tutorial. Keep it up. 

Greets</description>
		<content:encoded><![CDATA[<p>Thx for this great tutorial. Keep it up. </p>
<p>Greets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dadecoders</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-9193</link>
		<dc:creator>dadecoders</dc:creator>
		<pubDate>Wed, 12 Nov 2008 13:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-9193</guid>
		<description>If you take a little time and go through your My Pictures folder and apply this technique(i.e&lt;a href=&quot;http://dadecoders.blogspot.com/2007/11/how-to-rename-100-files-at-time.html&quot; rel=&quot;nofollow&quot;&gt; rename all files at a time to all your photos, the next time you try to find a specific photo you&#039;ll be glad that you did. And if you get into the practice of applying this technique right after you download your images to your computer, your digital photos will be well-organized and up-to-date as you accumulate digital memorie

open folder which contain images or any other files.select images(files) which you want to rename sequentially.
now whatever files you are selected are appear in blue coloured selected files.
just right click on the first image(file) and select&lt;a href=&quot;http://dadecoders.blogspot.com/2007/11/how-to-rename-100-files-at-time.html&quot; rel=&quot;nofollow&quot;&gt; rename&lt;/a&gt;here type &quot;marriage&quot;then press enterNow you can see that all the files are name as
marriage
marriage (1)
marriage (2)....
,</description>
		<content:encoded><![CDATA[<p>If you take a little time and go through your My Pictures folder and apply this technique(i.e<a href="http://dadecoders.blogspot.com/2007/11/how-to-rename-100-files-at-time.html" rel="nofollow"> rename all files at a time to all your photos, the next time you try to find a specific photo you&#039;ll be glad that you did. And if you get into the practice of applying this technique right after you download your images to your computer, your digital photos will be well-organized and up-to-date as you accumulate digital memorie</p>
<p>open folder which contain images or any other files.select images(files) which you want to rename sequentially.<br />
now whatever files you are selected are appear in blue coloured selected files.<br />
just right click on the first image(file) and select</a><a href="http://dadecoders.blogspot.com/2007/11/how-to-rename-100-files-at-time.html" rel="nofollow" target="_blank" class="liexternal"> rename</a>here type &#034;marriage&#034;then press enterNow you can see that all the files are name as<br />
marriage<br />
marriage (1)<br />
marriage (2)&#8230;.<br />
,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-8005</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Thu, 09 Oct 2008 19:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-8005</guid>
		<description>Heh heh, I can see a power user from your email. Almost no one knows about the &quot;+&quot; gmail trick. ;)</description>
		<content:encoded><![CDATA[<p>Heh heh, I can see a power user from your email. Almost no one knows about the &#034;+&#034; gmail trick. <img src='http://beerpla.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CKJ</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-7992</link>
		<dc:creator>CKJ</dc:creator>
		<pubDate>Thu, 09 Oct 2008 07:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-7992</guid>
		<description>I noticed an error in my last post: item 6 should be above item 5. This is why I shouldn&#039;t post after having been up all night working!

&gt; Every operation is so fast, people&#039;s jaws drop when they watch me.

I&#039;ve had similar reactions. I like the interest the program sometimes generates, such that people end up making the switch themselves. That&#039;s a nice thing to see.

If I&#039;m honest I find it amusing to watch anybody attempting serious file organization using several Explorer windows. Like so many others I&#039;ve been spoiled by commander applications and I couldn&#039;t live without them. I use TC on Windows exclusively (IMHO no other can touch it) and two others on my Linux box (one GUI, one CLI-based).

&gt; Some of my personal favorites since we&#039;re talking about it:
&gt; ...

I use all of those frequently, along with my particular favorites: alt-f1/alt-f2 to select the drive for the left/right panes, respectively.

These are favorites because of their humble yet significant contributions to my efficiency.

Some others I use frequently are:

 - alt-down for the history.

 - shift-f6 to rename a file/directory in place.

 - shift-f6 on the &quot;..&quot; item to enter a path (useful for entering a network resource path directly).

 - ctrl-shift-f5 to create a shortcut.

 - shift-f5 to create a copy of a file/directory with a different name in the same directory (i.e. not in the second pane).

Mice definitely &lt;i&gt;are&lt;/i&gt; less efficient for TC when pitted against an experienced keyboard user.

The only disappointment I have with Total Commander is that there isn&#039;t a Linux port :)</description>
		<content:encoded><![CDATA[<p>I noticed an error in my last post: item 6 should be above item 5. This is why I shouldn&#039;t post after having been up all night working!</p>
<p>&gt; Every operation is so fast, people&#039;s jaws drop when they watch me.</p>
<p>I&#039;ve had similar reactions. I like the interest the program sometimes generates, such that people end up making the switch themselves. That&#039;s a nice thing to see.</p>
<p>If I&#039;m honest I find it amusing to watch anybody attempting serious file organization using several Explorer windows. Like so many others I&#039;ve been spoiled by commander applications and I couldn&#039;t live without them. I use TC on Windows exclusively (IMHO no other can touch it) and two others on my Linux box (one GUI, one CLI-based).</p>
<p>&gt; Some of my personal favorites since we&#039;re talking about it:<br />
&gt; &#8230;</p>
<p>I use all of those frequently, along with my particular favorites: alt-f1/alt-f2 to select the drive for the left/right panes, respectively.</p>
<p>These are favorites because of their humble yet significant contributions to my efficiency.</p>
<p>Some others I use frequently are:</p>
<p> &#8211; alt-down for the history.</p>
<p> &#8211; shift-f6 to rename a file/directory in place.</p>
<p> &#8211; shift-f6 on the &#034;..&#034; item to enter a path (useful for entering a network resource path directly).</p>
<p> &#8211; ctrl-shift-f5 to create a shortcut.</p>
<p> &#8211; shift-f5 to create a copy of a file/directory with a different name in the same directory (i.e. not in the second pane).</p>
<p>Mice definitely <i>are</i> less efficient for TC when pitted against an experienced keyboard user.</p>
<p>The only disappointment I have with Total Commander is that there isn&#039;t a Linux port <img src='http://beerpla.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-7990</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Thu, 09 Oct 2008 06:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-7990</guid>
		<description>You become a keyboard junkie with Total commander - that&#039;s for sure. Every operation is so fast, people&#039;s jaws drop when they watch me. Some of my personal favorites since we&#039;re talking about it:

- I switched the Quicksearch to Alt, so I just hold Alt and start typing away, Enter, alt type, enter, etc. Navigation is insanely fast that way.

- ctrl-B for listing files in all subdirs

- ctrl-T for tabs and ctrl-TAB for navigating around them

- ctrl-D for quick favorite list

- alt-f5, alt-f9 for packing/unpacking archives

- entering archives with ctrl-pgdown (even if they don&#039;t have an archive extension)

- alt-left and alt-right for dir history

etc.

Mice are awkward.</description>
		<content:encoded><![CDATA[<p>You become a keyboard junkie with Total commander &#8211; that&#039;s for sure. Every operation is so fast, people&#039;s jaws drop when they watch me. Some of my personal favorites since we&#039;re talking about it:</p>
<p>- I switched the Quicksearch to Alt, so I just hold Alt and start typing away, Enter, alt type, enter, etc. Navigation is insanely fast that way.</p>
<p>- ctrl-B for listing files in all subdirs</p>
<p>- ctrl-T for tabs and ctrl-TAB for navigating around them</p>
<p>- ctrl-D for quick favorite list</p>
<p>- alt-f5, alt-f9 for packing/unpacking archives</p>
<p>- entering archives with ctrl-pgdown (even if they don&#039;t have an archive extension)</p>
<p>- alt-left and alt-right for dir history</p>
<p>etc.</p>
<p>Mice are awkward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CKJ</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-7986</link>
		<dc:creator>CKJ</dc:creator>
		<pubDate>Thu, 09 Oct 2008 02:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-7986</guid>
		<description>&gt; CKJ, ah, I didn&#039;t think of that one, though I most certainly
&gt; use the listbox functionality on almost a daily basis. I still
&gt; think Total Cmd should provide better options for doing mass
&gt; directory renaming but you&#039;re right, that will work.

I agree, although until a new version adds these better options, the admittedly somewhat convoluted method I presented is still preferably to having to dig through each of the sub-directories one by one, possibly with multiple levels of depth.

I need to rename directories reasonably frequently so I have it down to just remembering the key strokes:

1: Alt-F7 - to open &quot;Find Files&quot; window.
2: Delete - the &quot;Search for&quot; box will have focus so this clears any pattern in there, allowing matching all directories.
3: Ctrl-Tab x 2 - to get to the Plugins tab.
4: Tab, then Spacebar - to enable the &quot;Search in plugins&quot;.
5: Enter - to do the search
6: Tab, tab, d, d - only do this step if the settings on the Plugins page haven&#039;t been set. (Sets Property to &#039;directory&#039; and uses defaults for the other values. &#039;tc&#039; is the first item in my Plugin list so I don&#039;t need to change that.)
7: Alt-L to feed to listbox

This could be seen as complicated but I&#039;m a keyboard junkie (what user of Total Commander isn&#039;t right?) and keeping it keyboard controlled makes it a quicker process than otherwise. It can probably be automated in some way (a desktop macro tool for example), I haven&#039;t looked at doing that.

Maybe this is helpful to someone out there, maybe not. Just thought I&#039;d share. :)


P.S. I apologize for the lazy editing in my last post. It was late and I only double-checked the content, not the list numbers.</description>
		<content:encoded><![CDATA[<p>&gt; CKJ, ah, I didn&#039;t think of that one, though I most certainly<br />
&gt; use the listbox functionality on almost a daily basis. I still<br />
&gt; think Total Cmd should provide better options for doing mass<br />
&gt; directory renaming but you&#039;re right, that will work.</p>
<p>I agree, although until a new version adds these better options, the admittedly somewhat convoluted method I presented is still preferably to having to dig through each of the sub-directories one by one, possibly with multiple levels of depth.</p>
<p>I need to rename directories reasonably frequently so I have it down to just remembering the key strokes:</p>
<p>1: Alt-F7 &#8211; to open &#034;Find Files&#034; window.<br />
2: Delete &#8211; the &#034;Search for&#034; box will have focus so this clears any pattern in there, allowing matching all directories.<br />
3: Ctrl-Tab x 2 &#8211; to get to the Plugins tab.<br />
4: Tab, then Spacebar &#8211; to enable the &#034;Search in plugins&#034;.<br />
5: Enter &#8211; to do the search<br />
6: Tab, tab, d, d &#8211; only do this step if the settings on the Plugins page haven&#039;t been set. (Sets Property to &#039;directory&#039; and uses defaults for the other values. &#039;tc&#039; is the first item in my Plugin list so I don&#039;t need to change that.)<br />
7: Alt-L to feed to listbox</p>
<p>This could be seen as complicated but I&#039;m a keyboard junkie (what user of Total Commander isn&#039;t right?) and keeping it keyboard controlled makes it a quicker process than otherwise. It can probably be automated in some way (a desktop macro tool for example), I haven&#039;t looked at doing that.</p>
<p>Maybe this is helpful to someone out there, maybe not. Just thought I&#039;d share. <img src='http://beerpla.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>P.S. I apologize for the lazy editing in my last post. It was late and I only double-checked the content, not the list numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-7967</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Wed, 08 Oct 2008 07:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-7967</guid>
		<description>CKJ, ah, I didn&#039;t think of that one, though I most certainly use the listbox functionality on almost a daily basis. I still think Total Cmd should provide better options for doing mass directory renaming but you&#039;re right, that will work.

Thanks.</description>
		<content:encoded><![CDATA[<p>CKJ, ah, I didn&#039;t think of that one, though I most certainly use the listbox functionality on almost a daily basis. I still think Total Cmd should provide better options for doing mass directory renaming but you&#039;re right, that will work.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CKJ</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-7964</link>
		<dc:creator>CKJ</dc:creator>
		<pubDate>Wed, 08 Oct 2008 04:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-7964</guid>
		<description>Great tutorial.

Just to respond to another poster:

&gt; Archon810No Wrote:
&gt; Thaya, you can easily recursively rename files in all
&gt; subdirs of a current dir by pressing ctrl-B and then
&gt; selecting what you want. This won&#039;t work for dir names
&gt; though, I&#039;m not sure if that&#039;d be possible at all right
&gt; now.

1: Go to the root directory (containing all the sub-directories you want to rename) and press Alt-F7. The &quot;Find Files&quot; dialog will open.
3: In the &quot;General&quot; tab, make sure the &quot;Search for&quot; box is empty (all directories will be matched) and then go to the &quot;Plugins&quot; tab.
2: Check the &quot;Search in Plugins&quot; box and select the following values (name[value]): Plugin[tc], Property[directory], OP[=], Value[Yes].
3: Press the &quot;Start Search&quot; button.
4: When the search has completed, select &quot;Feed to listbox&quot; button at the bottom right.
5: Select all these (Ctrl-NUM+) and then press Ctrl-M to do the multi-rename as described in this tutorial.</description>
		<content:encoded><![CDATA[<p>Great tutorial.</p>
<p>Just to respond to another poster:</p>
<p>&gt; Archon810No Wrote:<br />
&gt; Thaya, you can easily recursively rename files in all<br />
&gt; subdirs of a current dir by pressing ctrl-B and then<br />
&gt; selecting what you want. This won&#039;t work for dir names<br />
&gt; though, I&#039;m not sure if that&#039;d be possible at all right<br />
&gt; now.</p>
<p>1: Go to the root directory (containing all the sub-directories you want to rename) and press Alt-F7. The &#034;Find Files&#034; dialog will open.<br />
3: In the &#034;General&#034; tab, make sure the &#034;Search for&#034; box is empty (all directories will be matched) and then go to the &#034;Plugins&#034; tab.<br />
2: Check the &#034;Search in Plugins&#034; box and select the following values (name[value]): Plugin[tc], Property[directory], OP[=], Value[Yes].<br />
3: Press the &#034;Start Search&#034; button.<br />
4: When the search has completed, select &#034;Feed to listbox&#034; button at the bottom right.<br />
5: Select all these (Ctrl-NUM+) and then press Ctrl-M to do the multi-rename as described in this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-7353</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Fri, 19 Sep 2008 06:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-7353</guid>
		<description>proslaviy, just use the form on the About Me page.</description>
		<content:encoded><![CDATA[<p>proslaviy, just use the form on the About Me page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: proslaviy</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-7268</link>
		<dc:creator>proslaviy</dc:creator>
		<pubDate>Tue, 16 Sep 2008 13:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-7268</guid>
		<description>Hi, how I can send PM?</description>
		<content:encoded><![CDATA[<p>Hi, how I can send PM?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/#comment-6131</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Thu, 21 Aug 2008 22:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/03/11/mass-renaming-directories-and-files-using-total-commander/#comment-6131</guid>
		<description>P., I currently can&#039;t think of a fully automated way to do this with TC. You are probably better off with a Perl script if you&#039;re doing this more than once.

If it&#039;s a one-time deal, then you can do a few manual replaces like this (let&#039;s assume you want the length of your names to be 4 digits long):

Regex: &lt;pre line=&quot;0&quot;&gt;^(\d{1})$&lt;/pre&gt;
Replace with: &lt;pre line=&quot;0&quot;&gt;000$1&lt;/pre&gt;

Regex: &lt;pre line=&quot;0&quot;&gt;^(\d{2})$&lt;/pre&gt;
Replace with: &lt;pre line=&quot;0&quot;&gt;00$1&lt;/pre&gt;

Regex: &lt;pre line=&quot;0&quot;&gt;^(\d{3})$&lt;/pre&gt;
Replace with: &lt;pre line=&quot;0&quot;&gt;0$1&lt;/pre&gt;

You can use the same approach if you want to pad with more 0s.</description>
		<content:encoded><![CDATA[<p>P., I currently can&#039;t think of a fully automated way to do this with TC. You are probably better off with a Perl script if you&#039;re doing this more than once.</p>
<p>If it&#039;s a one-time deal, then you can do a few manual replaces like this (let&#039;s assume you want the length of your names to be 4 digits long):</p>
<p>Regex:</p>

<div class="wp_syntax"><div class="code"><pre>^(\d{1})$</pre></div></div>

<p>Replace with:</p>

<div class="wp_syntax"><div class="code"><pre>000$1</pre></div></div>

<p>Regex:</p>

<div class="wp_syntax"><div class="code"><pre>^(\d{2})$</pre></div></div>

<p>Replace with:</p>

<div class="wp_syntax"><div class="code"><pre>00$1</pre></div></div>

<p>Regex:</p>

<div class="wp_syntax"><div class="code"><pre>^(\d{3})$</pre></div></div>

<p>Replace with:</p>

<div class="wp_syntax"><div class="code"><pre>0$1</pre></div></div>

<p>You can use the same approach if you want to pad with more 0s.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
