Xcopy
From Leo's Notes
Last edited on 30 December 2021, at 01:49.
The xcopy command is a windows utility that lets you copy files and directories recursively.
Example:
xcopy "$(SolutionDir)Presentation\Content\Contents\Contents\bin\x86\Debug\Content" "$(TargetDir)Content" /s /e /i /y