in C++:

string command = "COPY ", opz1 = "FILE1 ", opz2 = "FILE2";

command = command + opz1 + opz2;

system(command.c_str());