for /f "delims=" %i in ('dir download /b/s') do @echo %i:~11
The result is as follows
c:\download\1.txt
c:\download\aaa\2.txt
The problem is to remove c:\download\ from the result set, how to do it? Thank you, will definitely give points, although only 2 points can be given!
[ Last edited by blogsss on 2007-6-30 at 01:49 PM ]
The result is as follows
c:\download\1.txt
c:\download\aaa\2.txt
The problem is to remove c:\download\ from the result set, how to do it? Thank you, will definitely give points, although only 2 points can be given!
[ Last edited by blogsss on 2007-6-30 at 01:49 PM ]
