c 드라이브에서 e 드라이브로 이동하려고 한다.
cd /d <이동할 드라이브>를 입력
e드라이브로 이동이 되었다.
아래의 글을 참고함
In CMD / .bat I can change dir from C to D but not other way around?
Ok so here is a copy-paste of my CMD window C:\Documents and Settings\Developer>cd /d "D:\" D:\>cd /c "C:\" The filename, directory name, or volume label syntax is incorrect. D:\> when I...
stackoverflow.com
'ops > other' 카테고리의 다른 글
[other] 윈도우에 gradle 설치하기 (0) | 2024.12.01 |
---|---|
[other] ruby로 sass 설치하기 (0) | 2024.11.26 |
[other] ubuntu linux에 node 설치하기 (2) | 2024.10.27 |
[other] git 저장소 원격 저장소 추가하기 (1) | 2024.10.22 |
[other] window Add-Content -Value PermissionDenied (1) | 2024.10.22 |