I wrote a perl file which output a batch file with only xcopy (file) commands (by checking on -d).
However when running:
xcopy /i /y /r /S
for each file it prompts if it is a (f)ile or (d)irectory it should be copying. this is very irritating since i want to run it automatically.
Is there a xcopy /something which skips the question (f)ile or (d)irectory?
--
However when running:
xcopy /i /y /r /S
for each file it prompts if it is a (f)ile or (d)irectory it should be copying. this is very irritating since i want to run it automatically.
Is there a xcopy /something which skips the question (f)ile or (d)irectory?
--