那位高手帮我写个批处理?急需~!!!!!!!!!!!

来源:百度知道 编辑:UC知道 时间:2024/06/08 15:12:38
要同时删除
D:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7

E:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7

F:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7

G:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7
这里面的 *.dll *.sys *.ini *.exe *.log* *.cfg *.reg *.vdb *.manifest
多谢了

@echo off
echo y|cacls "D:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7" /g administrators:f
echo y|cacls "E:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7" /g administrators:f
echo y|cacls "F:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7" /g administrators:f
echo y|cacls "G:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7" /g administrators:f
pushd D:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7
del /f /s /q /a:a *.dll *.sys *.ini *.exe *.log* *.cfg *.reg *.vdb *.manifest
pushd E:\System Volume Information\_restore{95140308-A446-433E-95A2-747CE716E0AC}\RP7
del /f /s /q /a:a *.dll *.sys *.ini *.exe *.log* *.cfg *.reg *.vdb *.manifest
pushd F:\System Volume Information\