How to Copy Files from One Location to Another in a Single Step?

You can copy and paste the step below into your own scenario. Make sure to change the source and destination paths.

RunCommand “cmd.exe” “/c xcopy C:\Users\x\Desktop\source C:\Users\x\Desktop\destination /s /e”

1 Like