为什么这个批处理中的查找命令语句可查找到硬盘里的子目录,却不能查找软驱里的子目录?
for %%a in (a: 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\*.bat dir /b /s %%a\*.bat
for %%a in (a: 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\*.bat dir /b /s %%a\*.bat
