Sunday, September 24, 2017

Windows 의 cmd 에서 drive 변경 없이 cd 하는 법

Command line 에서 D 드라이브로 chdir 하려면

> d:
> cd D:\myfolder

와 같이 하는데 이걸 한줄로 하려면

> cd /D D:\myfolder

와 같이 하면 된다.

No comments:

Post a Comment