Welcome!

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

SignUp Now!

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

May
12,845
164
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.
 
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.

The v10 beta does this too.
 

Similar threads

Back
Top