In Windows, if you open a command prompt, there are a bunch of keywords like, 'chdir', 'copy', ...
What I'm trying to figure out is how to use that COPY command in c++ code. I want to use the COPY command with the options (/a, /b, ...).
How do I do this?
Every time I search for this on Google, the results are no where close to what I'm looking for. Any help is appreciated.
What I'm trying to figure out is how to use that COPY command in c++ code. I want to use the COPY command with the options (/a, /b, ...).
How do I do this?
Every time I search for this on Google, the results are no where close to what I'm looking for. Any help is appreciated.
Comment