> 其他 >
帮忙解析一下批处理命令含义
@echo Off
del /s /a *.txt *.exe *.suo *.ncb *.user *.dll *.pdb *.netmodule *.aps *.ilk 2>nul
FOR /R .%%d IN (.) DO rd /s /q "%%d\x64" 2>nul
FOR /R .%%d IN (.) DO rd /s /q "%%d\Debug" 2>nul
FOR /R .%%d IN (.) DO rd /s /q "%%d\Release" 2>nul
FOR /R .%%d IN (.) DO rd /s /q "%%d\Bin" 2>nul
FOR /R .%%d IN (.) DO rd /s /q "%%d\Obj" 2>nul
rem If the Properties directory is empty,remove it
FOR /R .%%d in (.) do rd /q "%%d\Properties" 2> nul
人气:390 ℃ 时间:2020-04-14 00:03:13
解答
@echo Offdel /s /a *.txt *.exe *.suo *.ncb *.user *.dll *.pdb *.netmodule *.aps *.ilk 2>nulRem 删除批处理所在目录下所有带...
推荐
猜你喜欢
© 2025 79432.Com All Rights Reserved.
电脑版|手机版