Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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