Posts

Showing posts from April, 2019

Copy commands XCOPY / RoboCopy

xcopy /i /Y "files*.txt" \\server\folder /Y Use this option to stop the xcopy command from prompting you about overwriting files from source that already exist in destination.