Skip to main content

All Questions

0 votes
0 answers
416 views

Windows 10 xCopy Over Network

We have a Windows 10 box here that's been running a batch file that runs an xcopy on a folder with subfolders. It's been running happily for years, but last week, on 12th December, for no apparent ...
user avatar
0 votes
2 answers
370 views

how to backup os of server using xcopy

I have been able to backup some files with the xcopy command using the following code in my batch file. xcopy /e /s /d /i /y "C:\Users\ba\Desktop\all\a" "C:\Users\ba\Desktop\all\bb" >> "C:...
janet's user avatar
  • 1
1 vote
2 answers
245 views

Copy Windows directory, including specified directory

I want to copy the directory itself, not only the contents. For example I have C:\DirA\SubDirA\FileA I want to copy DirA into DirB so that I have C:\DirB\DirA\SubDirA\FileA Here's what I've tried ...
David's user avatar
  • 645