Originally posted by: Nothinman
robocopy
Originally posted by: MadRat
/q = quiet
or was it
/s silent?
I'd have to go into DOS and list the syntax but I'm too lazy.![]()
type the command with /? for a list off all switches and a desrciption
Originally posted by: Tsaico
/y i think would be my choice, just to select yes.
But I would use xcopy d:\ j:\ /e /h /y /d
/e for all directories and sub, even if empty
/h for hidden files and to retain system attributes
/y for "yes" option to any question like overwrite
/d only copy what doesn't exist in my destination, and if there is a change, copy the newest one.
I would also not use /c just because if there are errors, I want to know about it.
So the next question would be, what is stopping your bat file? overwrite?