copy C:\Users\MinCarve\documents\visual studio 2017\Projects\PROGRAM\Debug\PROGRAM.exe
C:\Users
returns
The system cannot find the file specified. when the executable exists in that directory!
copy C:\Users\MinCarve\documents\visual studio 2017\Projects\PROGRAM\Debug\PROGRAM.exe
C:\Users
returns
The system cannot find the file specified. when the executable exists in that directory!
The path of your file has a space in its name, which means you have to surround the path which contains spaces with quotation marks.