Move files into new folders by date of files

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
kooij014
New Member
New Member
Posts: 1
Joined: 2016-07-09, 18:21 UTC

Move files into new folders by date of files

Post by *kooij014 »

Hi,

Move files into new folders by date of files.

Is there an automated way to move/copy files into newly created folders based on the file date?

e.g.
- I have 40 files in the left pane
- 20 are of the 1-1-2016 and 20 are of the 2-1-2016
- when I then move/copy the files to the right pane I want 2 folders named 20160101 and 20160102 and copy the files according their date into the right folder.

Regards,

André
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3864
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

You may use the Multi-Rename Tool

Code: Select all

Rename mask: [YMD]\[N]
This will move the files into the according folders in the SAME panel.

For moving them to the opposite panel you have to add the path manually such as:

Code: Select all

Rename mask: D:\Mypath\[YMD]\[N]
#5767 Personal license
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6507
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

sqa_wizard wrote:You may use the Multi-Rename Tool

Code: Select all

Rename mask: [YMD]\[N]
This will move the files into the according folders in the SAME panel.

For moving them to the opposite panel you have to add the path manually such as:

Code: Select all

Rename mask: D:\Mypath\[YMD]\[N]
That leads to a new suggestion for TCs rename mask:
TC should replace strings like %T with the target path from the other pane.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
TC 11.03 x64 / x86
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.78
QAP 11.6.3.3 x64
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Post by *Ovg »

2Horst.Epp
Support! Good idea.
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
Post Reply