do file in /d"%1" /s *.dll;*.exe

May 20, 2008
12,332
134
Syracuse, NY, USA
When I use

do file in /d"%1" /s *.dll;*.exe

it doesn't process *.dll;*.exe acutally in %1; it only processes *.dll;*.exe in subdirectories of %1.

Am I doing something wrong?
 
When I use

do file in /d"%1" /s *.dll;*.exe

it doesn't process *.dll;*.exe acutally in %1; it only processes *.dll;*.exe in subdirectories of %1.

Am I doing something wrong?

Actually, it processes the files in the current directory and then moves on to the subdirectories of the specified "start directory for /s". That seems dumb.
 

Similar threads