question archive write a program that emulates the DOS COPY command
Subject:Computer SciencePrice: Bought3
write a program that emulates the DOS COPY command. That is, it should copy the contents
of a text file (such as any .txt
file) to another file. Invoke the program with two
user inputs—the source
file and the destination file
names and complete path.
check that the user has typed the correct
path and file names, and that the files specified can be opened.