本文列舉了windows命令提示符中部分常用的命令cmd的開啟方式多種多樣,這裡列舉乙個可以打定位指定目錄的方法:
在資源管理器中找到想要訪問的目錄,然後在位址列前面加上 cmd
cmd定位在該目錄
# change directory 切換目錄
cd /d # 跨磁碟切換
cd..
# 上一級目錄
dir# 檢視當前目錄下的所有檔案
md # 建立目錄
rd # 刪除目錄
cd>
# 建立檔案
del # 刪除檔案
cls # 清屏
exit
# 退出
ipconfig # 檢視電腦ip
calc #calculator 開啟計算器
mspaint #畫圖工具
notepad #記事本
ping www.baidu.com # ping 命令
ping www.baidu.com -t # 多次訪問
ctrl+c # 終止執行
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 去掉某檔案的存檔,唯讀,系統...