set dump_path=D:\Test
set max_days=7
forfiles /p %dump_path% /d -%max_days% /c "cmd /c if not @path==D:\path\i\want\to\ignore rd /S /Q @path"
我想删除今天不到7天的所有文件夹和文件,并且有一个我希望它跳过的目录, 我已经测试了上面的代码,但它不起作用,任何人都可以帮忙,尤其是'if not'无法执行吗?
答案 0 :(得分:0)
if /i not @path==0x22D:\path\i\want\to\ignore0x22 rd ....
要使它工作,你需要