# Windows cmd 
## Command 
* `cd` 切換資料夾位置
* `cd\` back to root
* `cd ..` back to the upper level
* `cls` clean the prompt
* `md` Create a directory same as `mkdir`
* `rd` Delete directory same `rmdir`
* `PATH` 顯示目前搜尋路徑
* `PATH;` 即可清除所有搜尋路徑的設定,並將 cmd.exe 重導為只搜尋目前的目錄。
## CMD 速查手冊
https://www.csie.ntu.edu.tw/~r91112/myDownload/WEB/CMD.html