command prompt에서 긴 명령을 윈도우에서 수행할 경우 "^"를 추가한다.
copy file1.txt file2.txt # 위의 명령을 여러줄로 이렇게 만들 수 있다. copy file1.txt^ file2.txt
참고링크
https://stackoverflow.com/questions/69068/split-long-commands-in-multiple-lines-through-windows-batch-file
command prompt에서 긴 명령을 윈도우에서 수행할 경우 "^"를 추가한다.
copy file1.txt file2.txt # 위의 명령을 여러줄로 이렇게 만들 수 있다. copy file1.txt^ file2.txt
참고링크
https://stackoverflow.com/questions/69068/split-long-commands-in-multiple-lines-through-windows-batch-file