Search found 3 matches

by dwids
2009-05-03 21:17:25
Forum: Ant Renamer > Help
Topic: Move files to new folders based on first char of file name
Replies: 3
Views: 2650

...I also have folder names that I wish to apply this to, so I will try that as well.
...and it works just fine
by dwids
2009-05-03 21:11:46
Forum: Ant Renamer > Help
Topic: Move files to new folders based on first char of file name
Replies: 3
Views: 2650

Thanks for that. I also have folder names that I wish to apply this to, so I will try that as well.
by dwids
2009-05-03 07:20:04
Forum: Ant Renamer > Help
Topic: Move files to new folders based on first char of file name
Replies: 3
Views: 2650

Move files to new folders based on first char of file name

Hello,

Is it possible to use Ant Renamer to move files based on the first letter of their name, to a (new) folder with that letter as its name? For example,

From:
D:\Reports\king.txt
D:\Reports\Kong.dat
D:\Reports\Mountain.txt
etc

To:
D:\Reports\k\king.txt
D:\Reports\k\Kong.dat
D:\Reports\m ...