一段BAT脚本

来源:互联网 发布:电缆报价软件 编辑:程序博客网 时间:2024/06/04 22:44
@echo off
set dirList = d:\20150728  
for /f "delims=" %%i in ('dir /a:d /o:n /b "%dirList%"')  do  ( 
      if exist d:\20150728\%%i\avc_command.etext copy d:\20150728\%%i\avc_command.etext d:\20150728\avc_command_%%i.etext
   )
   
pause
0 0
原创粉丝点击