Questions tagged [xcopy]

xcopy is a Windows command to copy all files, directories, and subdirectories from a specified path to a target directory

Documentation:

  1. TECHNET
  2. SS64

Related commands:

  1. COPY
  2. ROBOCOPY
797 questions
-3
votes
1 answer

How to create a windows batch file that combines all *NAD.TXT recursively within each directory?

I have a group of directories, and within those directories a have some files that end in *NAD.TXT. I need to combine, or copy together, all *NAD.TXT files within each directory to a file called COMBINED_NAD.TXT in each of the directories.…
USLG
  • 25
  • 4
-4
votes
2 answers

How to move files via batch file but if file already exist move elsewhere?

I am trying to move files to a particular folder (destination folder), but I do not want to overwrite any files. Instead, if the file already exist in that particular folder (destination folder), then move that file in another folder (overflow…
Rone Johnson
  • 1
  • 1
  • 1
1 2 3
53
54