Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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