By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!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.