batch copy silent

C++
# Execute windows batch command silently 
COPY file1 file2 >NUL
Source

Also in C++: