[SOLVED] move multiple files to multiple folders.

General discussion related to "Everything".
Post Reply
frankzhou
Posts: 2
Joined: Fri Jun 12, 2020 3:57 pm

[SOLVED] move multiple files to multiple folders.

Post by frankzhou »

hi guys, need some help here, much appreciated.

i want move multiple files to multiple folders.
the file name is the same as folder name.

for example:
1. jpg to folder 1
2. jpg to folder 2
3. jpg to folder 3
etc.

is it possible to achieve this in everything?

thanks and stay safe.
Last edited by frankzhou on Sat Jun 13, 2020 6:18 am, edited 1 time in total.
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: mvoe multiple files to multiple folders.

Post by NotNull »

frankzhou wrote: Fri Jun 12, 2020 4:00 pm is it possible to achieve this in everything?
Yes:
  • Select your files in Everything
  • Menu:File > Rename
  • Old format: %1.jpg
  • New format: %1\%1.jpg
  • Press OK
  • Done
EDIT:The fodlers will be created if they don't exist.

2020-06-12 19_47_47-Window.png
2020-06-12 19_47_47-Window.png (22.82 KiB) Viewed 3808 times
frankzhou
Posts: 2
Joined: Fri Jun 12, 2020 3:57 pm

Re: mvoe multiple files to multiple folders.

Post by frankzhou »

NotNull wrote: Fri Jun 12, 2020 5:52 pm
frankzhou wrote: Fri Jun 12, 2020 4:00 pm is it possible to achieve this in everything?
Yes:
  • Select your files in Everything
  • Menu:File > Rename
  • Old format: %1.jpg
  • New format: %1\%1.jpg
  • Press OK
  • Done
EDIT:The fodlers will be created if they don't exist.


2020-06-12 19_47_47-Window.png
thanks! problem solved
Post Reply