"윈도우 rename"의 두 판 사이의 차이

(새 문서: ==개요== ;rename; ren ;윈도우 rename *파일 또는 폴더 이름 변경 윈도우 명령어 ==실습== ;파일명 변경 <source lang='dos'> C:\Users\jmnote>dir/b *.txt hello.tx...)
 
27번째 줄: 27번째 줄:
==같이 보기==
==같이 보기==
*[[cd]]
*[[cd]]
*[[dir]]
*[[윈도우 CMD 명령어 목록]]
*[[윈도우 CMD 명령어 목록]]


[[분류: 윈도우]]
[[분류: 윈도우]]

2014년 4월 14일 (월) 23:11 판

1 개요

rename; ren
윈도우 rename
  • 파일 또는 폴더 이름 변경 윈도우 명령어

2 실습

파일명 변경
C:\Users\jmnote>dir/b *.txt
hello.txt

C:\Users\jmnote>rename hello.txt world.txt

C:\Users\jmnote>dir/b *.txt
world.txt
폴더명 변경
C:\Users\jmnote>dir/ad/b folder*
folder1

C:\Users\jmnote>rename folder1 folder2

C:\Users\jmnote>dir/ad/b folder*
folder2

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}