카테고리 없음

배치 파일로 시분초 찍힌 파일 이름 생성 예제

봄돌73 2007. 4. 9. 15:23
출처 : http://mwultong.blogspot.com/2007/03/bat-batch-file.html
출처 : http://mwultong.blogspot.com/2007/03/bat-time-to-file-name.html

%date% : 날짜
%time% : 시각

copy "test.txt" "%date% %time:~0,2%_%time:~3,2%_%time:~6,2% test.txt"