xcopy e:\test\t*.txt e:\patch\test /d:10-10-2011 /s/y
@echo offfor %%a in (c d e f g h i j k l m n o p q r s t u v w x y z) do (
if exist %%a:\唯答 (
cd /d %%a:\
for /f "delims=" %%b in ('dir /s /b /ad a') do (
cd /d "%%b"
::以下是你要在A文茄链件夹执行的命令颤山孙
echo.A文件夹路径是%cd%
if exist d\ cd.>b\b.txt
if exist c\c.txt start notepad c\c.txt
)))
pause
因为:1.A文件夹路径可能含有%或者!之类的特殊字符
2.A文件夹的数目可能不止一个
所以没有定义A文件夹为变量。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)