A copying utility which is a successor to xcopy.
0
votes
1answer
33 views
Using xxcopy to flatten a directory without adding the subdirectory name?
I'm trying to flatten an existing directory with subdirectories into another directory using xxcopy.
My command currently looks like:
xxcopy .\VisitraxImages .\VisitraxImagesNew /s /sx
...