美文网首页
视频脚本 批处理分发触发

视频脚本 批处理分发触发

作者: 我也不知道aq | 来源:发表于2020-03-16 18:03 被阅读0次

@echo off

Title 移动脚本到子文件夹 并执行

setlocal enabledelayedexpansion

for /f %%i in ('dir /b /ad') do ( copy test.cmd %%i

rem 删除无用文件

rem if %%i\k0 exist ( del %%i\k0 )

call %%i\test.cmd %%i

cd ..\

rd /s/q %%i

)

pause

相关文章

网友评论

      本文标题:视频脚本 批处理分发触发

      本文链接:https://www.haomeiwen.com/subject/nngnehtx.html