set a=c d e f g h i j k l m n o p q r s t
for %%k in (%a%)do if exist %%k: call :drive %%k
:drive
for /r %1:\ %%i in (*.mp3) do echo %%i>>c:\1.txt
大家看看这段代码要是用变量延迟的方法该怎么表达呢?
[ Last edited by icyheart on 2007-9-6 at 01:56 PM ]
for %%k in (%a%)do if exist %%k: call :drive %%k
:drive
for /r %1:\ %%i in (*.mp3) do echo %%i>>c:\1.txt
大家看看这段代码要是用变量延迟的方法该怎么表达呢?
[ Last edited by icyheart on 2007-9-6 at 01:56 PM ]
Crossings must be my teacher
Modest progress can be
Modest progress can be
