gpt4 book ai didi

windows - 如何抑制 RD 确认

转载 作者:可可西里 更新时间:2023-11-01 11:36:59 27 4
gpt4 key购买 nike

我有一个 Windows 批处理文件,它删除了 Windows 主目录中的一些目录。

        REM clear Ivy cache on windows
RD /s %UserProfile%\.grails\2.0.0\projects\core-accounting\plugins

RD /s %UserProfile%\.grails\2.0.0\projects\core-domain-model\plugins
RD /s %UserProfile%\.grails\2.0.0\projects\nemesis-base\plugins
RD /s %UserProfile%\.grails\2.0.0\projects\nemesis-webapp\plugins

RD /s %UserProfile%\.grails\ivy-cache\de.denkformat.grails.plugins\core-accounting
RD /s %UserProfile%\.grails\ivy-cache\de.denkformat.grails.plugins\core-domain-model

但在这种情况下,提示总是询问我是否真的要删除目录。有没有办法避免警告?

最佳答案

/Q = 安静模式,不应该问你是否真的要删除。

关于windows - 如何抑制 RD 确认,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8924065/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com