question archive Use the XCOPY command to copy your

Use the XCOPY command to copy your

Subject:Computer SciencePrice:2.86 Bought3

Use the XCOPY command to copy your .txt files with the archive attribute set to the ITN106 directory (all one command). Screen print and paste here.

need help on how to do this command?

 

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE

Answer Preview

Assuming ITN106 is a directory in drive A:, here is the command: xcopy A:\*.txt A:\ITN106

Since the xcopy command creates files with the archive attribute set, whether or not this attribute was set in the source file, there is no need to add parameter /a to the command.