批处理寻找未知路径并粘贴拷贝的文件

日期:2008-09-23 16:41:46 人气:1

批处理寻找未知路径并粘贴拷贝的文件

@echo off setlocal enabledelayedexpansion call:main endlocal goto :eof :main set "exe=aaa.exe" set "txt=000.txt" call:zhaoguangpan "!txt!" for %%i in (c d) do ( for /f "delims=" %%j in ('dir /
    A+
热门评论