In Windows 10, i am trying to do copy, paste and overwrite without getting asked to re-enter anything manually, because its a batch automated task.
but whenever i execute the command it keep asking me to input manually F or D.
How can i by default tell the xcopy do not ask do overwrite + its not F its D?
windows10> xcopy C:\from_backup C:\to_destination /s /e /h /y
Does C:\to_destination specify a file name or directory name
on the target
(F = file, D = directory)?
Cursor is blinking in to type manually D or F and never automatically taking the default D input here.