Page 1 of 1

Batch move up a folder

PostPosted: Tue Sep 24, 2019 7:08 am
by heoquoay
Looking for batch files mover. Thank you

D:\ALEX\FOLDER1\FILE1.ccc
F:\CARRY\FOLDER2\FILE2.ccc

become

D:\ALEX\FILE1.ccc
F:\CARRY\FILE2.ccc

Re: Batch move up a folder

PostPosted: Tue Sep 24, 2019 7:45 pm
by therube
I'm not seeing how to do that in BRU?


With Everything...

I've not actually done it
I'm not actually sure what it is doing
I'm not understanding what it is doing

But it looks like it will be correct

Also note:

there is virtually no "error checking", "confirmation prompts"
so an errant Return...

in this instance, also included is a subdirectory (itself)
but you could exclude that by using !folder:


Might work.

Image

Everything

Re: Batch move up a folder

PostPosted: Tue Sep 24, 2019 11:48 pm
by Admin
How many folders do you need to do this for?

ViceVersa can do this using folder pairs:

D:\ALEX\FOLDER1\ -> D:\ALEX\
D:\CARRY\FOLDER1\ -> D:\CARRY\

etc.

Re: Batch move up a folder

PostPosted: Wed Oct 02, 2019 3:39 pm
by heoquoay
Admin wrote:How many folders do you need to do this for?

ViceVersa can do this using folder pairs:

D:\ALEX\FOLDER1\ -> D:\ALEX\
D:\CARRY\FOLDER1\ -> D:\CARRY\

etc.


I was organized freak so i made hundred of folders like that :).

Re: Batch move up a folder

PostPosted: Wed Oct 02, 2019 6:08 pm
by heoquoay
therube wrote:I'm not seeing how to do that in BRU?


With Everything...

I've not actually done it
I'm not actually sure what it is doing
I'm not understanding what it is doing

But it looks like it will be correct

Also note:

there is virtually no "error checking", "confirmation prompts"
so an errant Return...

in this instance, also included is a subdirectory (itself)
but you could exclude that by using !folder:


Might work.

Image

Everything


Hey this working GREAT. It take times to figure out the format,but it work. Thank you