Possible set batch files operation (copy/paste/replace)?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Possible set batch files operation (copy/paste/replace)?

Post by cadu »

Possible set batch files operation (copy/paste/replace)?

Hi,

Regularly (once a week) I need to update several files, from "source" to "destiny".
The operation is basically copy from "source", paste to "destiny", replace if file exist in destiny.
I am looking for ways to automate this process by batching copy/paste/replace the files. I mean, I would like to "press" something and all files would be updated in "destiny".
Does XYplorer provide this functionality?

Many thanks for info,
Cadux

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Possible set batch files operation (copy/paste/replace)?

Post by highend »

It's called scripting...
One of my scripts helped you out? Please donate via Paypal

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: Possible set batch files operation (copy/paste/replace)?

Post by cadu »

I took a look at scripting menu. It will be my first time using it in XYplorer.

Could anyone share a script sample about how to copy/paste at least two files from/to different sources/destinations?

By having this sample I'm sure I can develop it further.

Thanks for help!

Cadux

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Possible set batch files operation (copy/paste/replace)?

Post by highend »

Simple sample:

foreach loop {
backupto ...
}
One of my scripts helped you out? Please donate via Paypal

Post Reply