How to copy a file

How can I copy a file with windows cmd.exe from a directory to another directory? I tried

{
“Command”: “XRun”,
“Target”: “C:\Windows\system32\cmd.exe”,
“Value”: “/C copy R:\Daten\proof.csv R:\Daten\proof1.csv”,
“Description”: “”
}

Use XRun to run a batch or other programming language script to do it instead of directly