1. cmd 명령어 : 파일 이동(move)
파일경로> move 파일명 이동위치
ex) C:\> move test.bat c:/move
2. cmd 명령어 : 파일 복사(copy)
파일경로> copy 원본이름 사본이름
ex) C:/move> copy test.bat test2.bat
3. cmd 명령어 : 파일 삭제(del)
파일경로> del 삭제할파일
ex) C:/move> del test2.bat
파일경로> move 파일명 이동위치
ex) C:\> move test.bat c:/move
파일경로> copy 원본이름 사본이름
ex) C:/move> copy test.bat test2.bat
파일경로> del 삭제할파일
ex) C:/move> del test2.bat