Open
Description
删除文件夹
@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
REM
rd /Q /S %programdata%\TrustAgent\logs
blog link 删除文件夹