한 폴더 내에 있는 txt 파일을 모두 csv 파일로 한꺼번에 바꾸고 싶다면,
또는 반대로 csv 파일을 모두 txt 파일로 바꾸고 싶다면,
If you wan to change all the txt files to csv file in a folder
or vice versa,
1. 메모장을 켠다
2. ren *.txt *.csv 을 입력한다. (txt 파일을 csv파일로 바꿀 때. 그 반대로 하고싶으면, ren *.csv *.txt)
3. .bat 파일로 저장한다.
더블클릭해서 실행하면 아래와 같이 모두 csv파일로 변한다.
1. turn on the notepad
2. type ren *.txt *.csv (when you want to change txt → csv. if you want reversed way, ren *.csv *.txt)
3. save as .bat file
4. execute with double click
'Programming > 문제 해결' 카테고리의 다른 글
Vissim 이전버전 다운로드 (Vissim previous version download) (0) | 2023.07.05 |
---|---|
엑셀 여러 파일 합치기 (0) | 2022.07.19 |
Ms office 영어-한글 이상하게 변환 / 영어 마지막 한 글자 사라짐 (0) | 2022.03.29 |
cuda downgrade (0) | 2021.08.23 |
#!/usr/bin/env python3.8 or #!/usr/bin/python3.8 (0) | 2021.08.23 |
댓글