
每天一文del命令微軟官網翻譯121112最后由 silience 于 -11-12 12:47對本命令有任何疑問可留言回復DelPublished: April 17, 發表:.4.17Updat
ed: April 17, 更新:.4.17Delet
es one or more files. This command is the same as the erase command.刪除一個或多個文件,這個命令和erase命令一樣。For examples of how to use this command, see Examples.例如如何使用這個命令,查看例子.Syntax語法________________________________________del [/f] [/q] [/a[:]<Attributes>] <Names>erase [/f] [/q] [/a[:]<Attributes>] <Names>Parameters參數________________________________________ Parameter Des
cription參數描述<Names><名字>Specifies a list of one or more files or directories. Wildcards may be used to delete multiple files. If a directory is specified, all files within the directory will be deleted.指定一個或多個文件/目錄的列表。通配符可用來刪除多個文件。日過制定一個目錄,這個目錄中的所有文件將會被刪除。/pprom
pts for co
nfirmation before deleting the specified file.刪除文件之前提示確認。/fForces deletion of read-o
nly files.強制刪除只讀文件。/sDeletes specified files from the current directory and all subdirectories. Displays the names of the files as they are being deleted.從當前目錄和所有子目錄中刪除指定的文件。在刪除的時候顯示被刪除的文件名。/q Specifies quiet mode. You are not prom
pted for delete //con
firm/i/iation. 指定靜默模式。你不會被提示是否確認刪除。/a[:]<Attributes> Deletes files ba
sed on the following file attributes: 刪除基于以下屬性的文件:rRead-o
nly files 只讀文件hHidden files隱藏文件iNot co
ntent indexed files無內容索引文件sSystem files系統文件aFiles ready for archiving準備存檔的文件lReparse points重分析點- Prefix meaning 'not'- 前綴表示’否’/? Displays help at the command prom
pt. 在命令提示處顯示幫助。