WeLoveDoctor
Written by
in
윈도우에서 특정 폴더 하단의 특정 파일을 특정 위치에 복사하는 방법 중 윈도우 스크립트를 이용하는 방법. 아래는 한 예시임.
for /r %i in (*.pdf) do copy /Y "%i" d:\temp