-
Folder Organization
Say I have files with such names as:
"File - x.avi"
Where x is a number one to 95, how can I organize them in a folder so they appear, in such an order:
"File - 1.avi"
"File - 2.avi"
"File - 3.avi"
And so on, instead of...
"File - 1.avi"
"File - 10.avi"
"File - 11.avi"
Any help would be appreciated, preferably an automated setting or a way to trick windows =)
-
Instead of calling the first one "File - 1.avi" call it "File - 01.avi", that should do it.
-
Agree with Electroman. Since windows handles a filename as a text when u order it it uses 1 first and 10 after that.
-
Good idea, never thought of that, gracias =)