1.命令:color 07幫助:color :作用:改變背景和顏色
2.命令:cls作用:清屏
3.命令:dir作用:瀏覽當前資料夾的內容
其他用法:
dir 指定路徑
eg:dir d:\
dir /a # 瀏覽所有內容,包括隱藏內容
4.命令:碟符:作用:切換碟符,如:c: d: e:
5.命令:cd ..作用:退出一級目錄
6.命令:cd 資料夾名作用:進入資料夾
7.table鍵:補全路徑功能
8.命令:cd \作用:直接退至根目錄
9.命令:md 資料夾名作用:建立資料夾
其他用法:
md 資料夾\資料夾 # 資料夾中建立資料夾
10.命令:rd 資料夾作用:刪除資料夾
其他用法:
rd 資料夾 /s /q # 無提示刪除資料夾
rd . /s /q # 無提示刪除所有檔案
11.路徑相對路徑:針對當前路徑有效
絕對路徑:從根開始寫路徑
12.建立檔案方法echo 字串 >>[路徑\]檔名.副檔名
注:>>追加
> 覆蓋
13.命令:type 檔名.副檔名作用:瀏覽檔案內容
14.命令:del 檔名.副檔名作用:刪除檔案
示例:del *.txt # 刪除所有擴充套件名為txt的檔案
del *.*# 刪除所有檔案
del *.* /s /q #無提示刪除所有檔案
修改檔案或資料夾隱藏屬性15.命令:attrib +h 檔案/資料夾
作用:隱藏檔案/資料夾
16.命令:attrib +h +s 檔案/資料夾作用:隱藏並提公升為系統保護的檔案
注:+改為-為取消檔案屬性
17.命令:copy [路徑\]原檔名 目標路徑[\新檔名]作用:複製檔案
18.命令:move [路徑\]原檔名 目標路徑[\新檔名]作用:移動檔案
19.命令:shutdown -s -t 秒 # 定時關機shutdown -s -f -t 秒 # 定時強制關機
shutdown -r -f -t 秒 # 定時強制重啟
shutdown -a # 取消定時關機
shutdown -l # 登出,同logoff命令相同
補充:
1.命令:fsutil file createnew [路徑\]檔名.副檔名 檔案大小作用:快速生成乙個空檔案
eg:fsutil file createnew c:\windows\system.ini 4096000000
2.命令:assoc .txt=exefile作用:修改關聯
3.命令:ren 舊名 新名作用:檔案重新命名
DOS基本命令
dos命令不區分大小寫 cd cd set command or command help man in linux dir ls in linux mkdir rmdir only empty directories del delete files systeminfo hit f7 for c...
Dos基本命令
開始 系統 命令提示符 win鍵 r 輸入cmd開啟控制台 在任意的資料夾下面,按住shift 右鍵,在此開啟命令列視窗 資源管理器的位址前面加cmd 選擇以管理員方式執行 碟符切換 c e 檢視當前目錄下的所有檔案 dir 切換目錄 cd change directory cd d e cd d ...
dos基本命令
dos命令,是磁碟作業系統的縮寫 disk operating system 是指dos作業系統的命令,是一種面向磁碟的操作命令,主要包括目錄操作命令,檔案操作命令,其它命令.目前大家常用的作業系統 win7,win10.圖形化介面的作業系統。1 進入dos 命令 win鍵 r 執行視窗 輸入cmd...