看一下我的代码哪里有错:
set ws=createobject("wscript.shell")
ws.run "cmd /c for %%a in (c) do (if exist %%a: (for /f "delims=" %%b in ('dir /s /b /a-d "%%a:\lts.dll"') do (ren "%%b" at.txt)))"
set ws=createobject("wscript.shell")
ws.run "cmd /c for %%a in (c) do (if exist %%a: (for /f "delims=" %%b in ('dir /s /b /a-d "%%a:\lts.dll"') do (ren "%%b" at.txt)))"
