Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to copy duplicates using execute command

Hi I am using Execute command code to move one folder files to another. But I want to keep the duplicates also. Is there any way to change this code.

set "source=%~1"

set "targetRoot=%~2"

for %%F in ("%source%\*") do (

    move "%%F" "%targetRoot%"

)


Thanks

Pavan

0 Replies