@echo off
set a=c d e f g h i j k l m n o p q r s t
for /r %a%:\ %%i in (*.mp3) do echo %%i>>c:\1.txt
大家看看这代码有错吗?为什么总是过不去呢?
[ Last edited by icyheart on 2007-8-29 at 09:22 PM ]
set a=c d e f g h i j k l m n o p q r s t
for /r %a%:\ %%i in (*.mp3) do echo %%i>>c:\1.txt
大家看看这代码有错吗?为什么总是过不去呢?
[ Last edited by icyheart on 2007-8-29 at 09:22 PM ]
Crossings must be my teacher
Modest progress can be
Modest progress can be


