Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
xcopy e:\existing e:\newcopy /e /i /h If the pathnames include spaces, they must be enclosed in quotation marks. xcopy "D:\Documents and Settings\MY.USERNAME\My Documents*" "E:\MYBACKUP\My Documents" /D/E/C/Y Copy entire drive in to a mapped network drive while ignoring any errors in network restartable mode. xcopy . z:\Netmirror /E /V /C /F /H /Y /Z 1>out.txt 2>err.txt Copy a single file without prompt if it is a file or a directory cmd /c echo F | xcopy "c:\directory 1\myfile" "c:\directory 2\myfile" XCOPY fails with an "insufficient memory" error when the path plus filename is longer than 254 characters.