이것은 매우 간단하고 아마도 적절한 플래그를 간과하고 있지만 한 명령에서 파일을 한 디렉토리에서 다른 디렉토리로 복사하고 대상 디렉토리에서 이름을 바꾸는 방법은 무엇입니까? 내 명령은 다음과 같습니다.
if exist "bin\development\whee.config.example"
if not exist "TestConnectionExternal\bin\Debug\whee.config"
xcopy "bin\development\whee.config.example"
"TestConnectionExternal\bin\Debug\whee.config"
매번 다음과 같은 메시지가 나타납니다.
TestConnectionExternal \ bin \ Debug \ whee.config가 대상에 파일 이름 또는 디렉토리 이름을 지정합니까 (F = 파일, D = 디렉토리)?
이 프롬프트를 표시하지 않습니다. 대답은 항상 F
입니다.
cp
파일 / 디렉토리를 복사 할 때 b ** t를 보지 마십시오!