Hi DanieleSalatti,
Without scripting... hmm... 🤔
What you could try is the following:
Use a command execute task to run the cmd.exe from the windows folder.
As arguments use the '/c' for running a dos command and than the move command.
MOVE [/Y | /-Y] [station:][path]filename[,...] target
So it looks like this:
Program : C:\Windows\System32\cmd.exe
Arguments: /c MOVE /Y \\sourcefolder\myfiles*.* \\targetfolder
So no scripting over here.
Hoped it helped you. [-o<
Regards
Erik
Uses Visualcron since 2006.