deltree
秃噜豆儿 发表于 2020-06-22 18:06浏览次数:
deltree是delete tree的缩写,用于从计算机中永久删除文件和目录的命令。
Short for delete tree, deltree is a command used to delete files and directories permanently from a computer.
目录:
1 deltree 运行系统环境
2 deltree 语法
3 deltree 示例
deltree 运行系统环境
Windows 95
Windows 98
MS-DOS 5.0 及以上版本
Windows NT
Windows ME
deltree 语法
删除目录及其中的所有子目录和文件。
删除一个或多个文件和目录:DELTREE [/ Y] [drive:] path [[drive:] path [...]]
|
/Y
|
禁止提示您确认要删除子目录。
|
|
[drive:]path
|
指定要删除的目录的名称。
|
Deletes a directory and all the subdirectories and files in it.
To delete one or more files and directories: DELTREE [/Y] [drive:]path [[drive:]path[...]]
|
/Y
|
Suppresses prompting to confirm you want to delete the subdirectory.
|
|
[drive:]path
|
Specifies the name of the directory you want to delete.
|
谨慎使用deltree。指定目录中的每个文件和子目录都将被删除。数据删除后,您将无法恢复信息。
Use deltree cautiously. Every file and subdirectory in the specified directory will be deleted. Once the data is deleted, you cannot recover the information.
deltree 示例
deltree c:\fake010
删除fake010目录及其中的所有内容。
deltree c:\fake010
Deletes the fake010 directory and everything in it.