Êtes-vous un étudiant de l'EPFL à la recherche d'un projet de semestre?
Travaillez avec nous sur des projets en science des données et en visualisation, et déployez votre projet sous forme d'application sur 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.