robocopy가 경로를 찾을 수 없습니다.

robocopy가 경로를 찾을 수 없습니다.

나는 다음과 같은 배치 스크립트를 가지고 있습니다 :

SET SOURCE=F:\Diff\For_VOYAGE\models.pck.files\models\players
SET DESTINATION=F:\Diff\For_VOYAGE\models.pck.files\NEW\models\players
SET LOG=LOG.txt
robocopy %SOURCE%\装备\女\印度舞娘时装上衣 %DESTINATION%\装备\女\印度舞娘时装上衣 /E /LOG+:%LOG%

실행하면 아래와 같은 오류가 발생합니다.


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

  Started : Sat May 14 20:27:50 2016

   Source : F:\Diff\For_VOYAGE\models.pck.files\models\players\装备\女\印度舞娘时装上衣\
     Dest : F:\Diff\For_VOYAGE\models.pck.files\NEW\models\players\装备\女\印度舞娘时装上衣\

    Files : *.*

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

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

2016/05/14 20:27:50 ERROR 3 (0x00000003) Accessing Source Directory F:\Diff\For_VOYAGE\models.pck.files\models\players\装备\女\印度舞娘时装上衣\
The system cannot find the path specified.

확인 경로가 있습니다

F:\Diff\For_VOYAGE\models.pck.files\models\players\装备\女\印度舞娘时装上衣\
Windows 탐색기에서 액세스할 수 있습니다. 하지만 명령 프롬프트에서는 읽을 수 없는 것 같습니다. 전에 이런 문제가 있는 사람이 있나요? 감사합니다.

답변1

응답해주셔서 감사합니다. 문제는 이미 해결되었습니다. 배치 스크립트 인코딩 유형을 GBK로 변경하는 것을 잊었기 때문입니다.

관련 정보