win+r 輸入cmd
cls 清除螢幕
ipconfig 電腦上網ip資訊
cd 切換工作目錄
exit 退出cmd
dir 顯示當前目錄
type a.txt 顯示當前目錄下文字檔案a的內容
tree 以樹形的方式展示目錄結構
cd . 當前目錄
cd .. 上級目錄
cd [資料夾名] 進入資料夾
cd c:\program files (x86)\microsoft visual studio\2017\enterprise\common7\ide\publicassemblies [進入目標路徑]
d: 切換碟符
CMD常用命令
c users administrator where where r dir q f t pattern.描述 顯示符合搜尋模式的檔案位置。在預設情況下,搜尋是在當前目錄和 path 環境變數指定的路徑中執行的。引數列表 r 從指定目錄開始,遞迴性搜尋並顯示符合指定模式的檔案。q 只返回退出 不顯...
CMD常用命令
刪除資料夾命令 rd s q d logs test 刪除檔案命令 del f s q d logs test.txt 開啟telnet服務的命令 net start telnet 只能開啟沒有被禁用的服務 sc config telnet start demand sc config telnet...
cmd常用命令
命令 命令解析 arp a 檢視快取記憶體中的所有專案 arp a ip 實體地址 向arp專案快取記憶體中輸入乙個靜態專案 arp d ip 刪除乙個靜態專案 attrib 檔名 a r s h 新增某檔案存檔,唯讀,系統,隱藏屬性 attrib 檔名 a r s h 去掉某檔案的存檔,唯讀,系統...