XCopy. Copies files and directories, including subdirectories.
For copy output files to other directory you have to edit post-build event command line.
For example:
xcopy "$(TargetPath)" "$(SolutionDir)/Probing/Bin/Debug"
See also
Do, do while, do while break