Erro ao tentar copiar pela rede usando robocopy

2
C:\Users\Alex.Newton>robocopy /"\centlpf01cz6c\c$\Program Files\ProgramName\/" /"
\centlpf01cz6c\Program Files\TestBatch\Test\/"

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows

-------------------------------------------------------------------------------

  Started : Mon May 25 15:42:30 2015

2015/05/25 15:42:30 ERROR 67 (0x00000043) Getting File System Type of Destinatio
n \centlpf01cz6c\Program Files\TestBatch\Test\
The network name cannot be found.

   Source : \centlpf01cz6c\c$\Program Files\ProgramName\
     Dest - \centlpf01cz6c\Program Files\TestBatch\Test\

    Files : *.*

  Options : *.* /COPY:DAT /R:1000000 /W:30

------------------------------------------------------------------------------

2015/05/25 15:42:30 ERROR 67 (0x00000043) Creating Destination Directory \centl
pf01cz6c\Program Files\TestBatch\Test\
The network name cannot be found.

Esse é o retorno que recebo quando uso o Robocopy - o nome da rede existe; qualquer ajuda pessoal?

    
por Alex 25.05.2015 / 16:48

1 resposta

1

Remova as barras invertidas dos nomes dos caminhos de origem e destino.

Sintaxe de nota de robocopy /? :

     source :: Source Directory (drive:\path or \server\share\path).
destination :: Destination Dir  (drive:\path or \server\share\path).
    
por 25.05.2015 / 16:53