Batch Move Up 1 Folder

Advanced Renamer forum
#1 : 01/03-22 02:20
Andre Young
Andre Young
Posts: 1
Can I place in my renaming method list a way to batch move files in a folder up one folder. Ex. M:\Andre\Photo\Temp To M:\Andre\Photo. This would be the last method after the filenames have been changed. So far, I've only seen one way to move the files. After changing batch mode to Move, specific the exact location to move the files to, to any clicks need. Having a way to move up 1 folder automatically, no matter where the files are, would be great.


01/03-22 02:20
#2 : 01/03-22 06:22
Joel de Bruijn
Joel de Bruijn
Posts: 27
Reply to #1:

Sometime ago I had the same question, because at the moment I juggle between Advanced Renamer, Bulk Rename Utility and Robobasket. And I prefer rather one tool to rule them all and that being Advanced Renamer.

That said, I didnt find a way to have 'parametric' move methods.
Would be cool if AR could have a methode to change 'path', besides file/foldernames.
Preferably starting from a 'root-folder', the method would start from. Otherwise a simple mistake could create havoc all over my harddisk.

Anyway, untill then I can recommend Robobasket:
AR methods are called rules over there and have all kind of moving actions.

https://robobasket.com/screenshots.html

Robobasket isnt keen on RegEx tho, hence my use of AR also.


01/03-22 06:22
#3 : 01/03-22 09:47
David Lee
David Lee
Posts: 1125
Reply to #1:

Simple! Just add a Script method with the code:

item.newPath = item.path.replace(/[^\\]*\\$/,'');


01/03-22 09:47
#4 : 01/03-22 13:05
Joel de Bruijn
Joel de Bruijn
Posts: 27
Reply to #3:
Oh did not know that, thnx!


01/03-22 13:05
#5 : 08/04-22 21:34
MARTIN
MARTIN
Posts: 1
Hi,. i same here, but i want to move the files 2 folders up

but i resolved it

in batch mode select move
an put just
../

one "../" for every folder you want to move up.

works for me, and keeps the methods i use

hope it helps you.


08/04-22 21:34