C
coffee
I am trying to use xcopy to create a list of the dirs and sub dirs
within my source dir, and write it to a text file.
this is what I have:
D:\> xcopy D:\docs /t /e /s /l > xcopy.txt
However, all I get is a file with "6704 File(s)"
Without /t i get a list of all the files, which I don't want.
Can xcopy do what I want?
within my source dir, and write it to a text file.
this is what I have:
D:\> xcopy D:\docs /t /e /s /l > xcopy.txt
However, all I get is a file with "6704 File(s)"
Without /t i get a list of all the files, which I don't want.
Can xcopy do what I want?