I recently used the Bulk Rename Utility to rename and move files from a bunch of subdirectories to a single spot. In the end, about 150000 files were moved. Now I want to browse them, but recall there being problems in the past.

I'm curious if there is a 3rd party utility that would allow me to peruse these files somehow?

Is the issue here a performance issue, a filesystem issue, or a hardware issue? I have a Quad core machine with 8GB of RAM, but it seems hardware has little effect on improving the issue.

(Given, it's extremely rare that do I run into these types of situations. I just need a way out now.) :)

link|improve this question

60% accept rate
feedback

migrated from serverfault.com Nov 25 '09 at 7:58

This question came from our site for system administrators and desktop support professionals.

3 Answers

up vote 5 down vote accepted

You can use cmd.exe. It doesn't invoke any unnecessary file operations (which can slow down working with a huge amount of files).

link|improve this answer
+1 dir is quite efficient and is able to take advantage of accessing the file system at a 'lower level' than say Powershell. – eddiegroves Nov 25 '09 at 9:23
feedback

Explorer works for me pretty well even with such large amounts of files. Especially in the "Details" view you won'get thumbnails or other things that may slow things down too much.

Alternatively you could use an Orthodox File Manager such as Far.

link|improve this answer
feedback

You could even use a script in Powershell or CMD or a scripting language to move the files into subdirectories to shrink the number (simply by 1st letter of name for example)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.