Estoy intentando el siguiente comando:
robocopy "x:\dir" "y:\dir" /mir /z /tee /fft /nfl /ndl /eta /log:"x:\path to logs\12-15-11 01 file with spaces.txt"
Recibo este error:
ERROR : Invalid Parameter #10 : "/log:x:\path to logs\12-15-11 01 file with spaces.txt"
EDITAR # 1
Resulta que el comando anterior era válido, tenía un error tipográfico en mi camino. Si tiene una ruta que incluye espacios, puede proporcionarlos al interruptor de robocopy / log de la siguiente manera:/log:"c:\path to a file\robocopy.log"