Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

do /s doesn't recurse

Jun
770
6
The /s option for DO doesn't seem to work for me:

C:\Junk>ffind /s *
C:\Junk\Foo
C:\Junk\Foo\Bar.txt

2 files

C:\Junk>do f in /s * (echo %f)
Foo

C:\Junk>ver

TCC 17.00.57 x64 Windows 7 [Version 6.1.7601]


Also, this line in the Help seems to be missing one or two "]":

DO varname IN [range...] /D"directory" [/I:"text" /S[[+]n] /A:[[-|+]rhsadecijopt /O:[-]adegnrstu fileset [(command)]
 

Similar threads

Back
Top