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?
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?