Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\user-pc>copy con projectname.bat
@echo off
copy %1 %2
^Z
1개 파일이 복사되었습니다.
C:\Users\user-pc>copy con 1.txt
123
^Z
1개 파일이 복사되었습니다.
C:\Users\user-pc>projectname 1.txt 2.txt
1개 파일이 복사되었습니다.
C:\Users\user-pc>type 1.txt
123
C:\Users\user-pc>type 2.txt
123
구글에서
구글에서
The C programming language
찾아보세요. pdf 파일 어딘가에 파일 복사하는 프로그램이 예제로 있을 겁니다.
세벌 https://sebuls.blogspot.kr/
Microsoft Windows [Version 6
아 저렇게 해결할 수는 있지만 문제를 낸 사람이 저렇게 풀 것을 의도하지는 않았을 거라고 생각합니다.
댓글 달기