del folder, subfolder and content of the folder by dos command

1. delete the folder

DELTREE D:Work1DGEDA_D

'DELTREE' is not recognized as an internal or external command,
operable program or batch file.

deltree /y D:Work1DGEDA_D

2. delete the content

del /q /s /a:-r D:Worktest*.*

This will delete all files in D:Worktest and all files in any subfolders under c:testexam, but will leave the empty subfolders

Del File

DEL [/P] [/F] [/S] [/Q] [/A[[:]attributes]] names
ERASE [/P] [/F] [/S] [/Q] [/A[[:]attributes]] names

namesSpecifies 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.
/PPrompts for confirmation before deleting each file.
/FForce deleting of read-only files.
/SDelete specified files from all subdirectories.
/QQuiet mode, do not ask if ok to delete on global wildcard
/ASelects files to delete based on attributes
attributes
R Read-only files S System files H Hidden files A Files ready for archiving - Prefix meaning not

If Command Extensions are enabled DEL and ERASE change as follows:

The display semantics of the /S switch are reversed in that it shows you only the files that are deleted, not the ones it could not find.

3. rmdir D:Work1DGEDA_D /Q

RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path

/SRemoves all directories and files in the specified directory in addition to the directory itself. Used to remove a directory tree.
/QQuiet mode, do not ask if ok to remove a directory tree with /S.

rmdir D:worktest /Q

The directory is not empty.

rmdir /s /q D:worktest

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/573930/viewspace-1056715/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/573930/viewspace-1056715/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值