Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 14 years ago.
rmdir /s /q myfolder
或 rmdir del /s /q myfolder > nul
del /s /q myfolder > nul
这相当于 Unix/Linux 的 /dev/null ,当它们被重定向到一个位桶的黑洞时,它会丢弃任何输出...
/dev/null
编辑: 感谢 Heinzi 犯了我愚蠢的错误......我已经删除了 rmdir 并将其替换为 del :)
del
希望如此帮助,此致,汤姆.
or rmdir del /s /q myfolder > nul
Which is the equivalent of the Unix/Linux's /dev/null which throws away any outputs as they are redirected to a black hole of a bit bucket...
Edit: Thanks Heinzi for my stoopid error....I have struck out the rmdir and replaced it with del :)
Hope this helps,Best regards,Tom.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
或
rmdirdel /s /q myfolder > nul
这相当于 Unix/Linux 的
/dev/null
,当它们被重定向到一个位桶的黑洞时,它会丢弃任何输出...编辑: 感谢 Heinzi 犯了我愚蠢的错误......我已经删除了 rmdir 并将其替换为
del
:)希望如此帮助,
此致,
汤姆.
or
rmdirdel /s /q myfolder > nul
Which is the equivalent of the Unix/Linux's
/dev/null
which throws away any outputs as they are redirected to a black hole of a bit bucket...Edit: Thanks Heinzi for my stoopid error....I have struck out the rmdir and replaced it with
del
:)Hope this helps,
Best regards,
Tom.