[ Last edited by acquiesce0703 on 2008-3-17 at 10:18 PM ]作者: balinger 时间: 2008-3-17 23:59 for %%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 dir /a /b /s %%a:\test.txt 1>>tmp1.txt 2>nul作者: acquiesce0703 时间: 2008-3-18 00:57 见人家用过这样的重定向进行屏蔽,但一直没理解其含义,我这就试试。