Problem : Normally, on my website, files are either handled by WordPress or by me doing FTP. I’d like to […]
Tag: xcopy
Unix equivalent of XCOPY /D
Problem : Windows has a nice option to its XCOPY command: /D. This copies only files where the source modification […]
XCOPY Command options
Problem : xcopy command used with option /d only compares the dates of the source and destination files. So if […]
Why is my batch file doing nothing for 46 seconds before a forced quitting?
QUESTION : I have figured out what part of the code is doing this but dont know how to fix […]
Copy a file from multiple folders
QUESTION : I’d like to use xcopy on a Windows machine to pull out all files with .doc extension into […]
Folder Size after copy way too big
QUESTION : I have been trying to copy the DESKTOP folder of a User for backup purposes, but once it […]
Unix equivalent of XCOPY /D
Problem : Windows has a nice option to its XCOPY command: /D. This copies only files where the source modification […]
How to use xcopy with relative paths? [closed]
QUESTION : This question is unlikely to help any future visitors; it is only relevant to a small geographic area, […]
Change extension for all files in a folder & its subfolder
Problem : I am using XCOPY the following successfully copies the entire contents of MY SKETCHES 2021 to My Sketches […]
can’t exclude path with a space (xcopy)
QUESTION : I’m trying to use xcopy /exclude:exclude.txt and one of the paths in exclude.txt has a space in it […]
- 1
- 2