I need a command BACH to allow me to run a file to multiple folders . This executable file is already copied these folders.
for /D %i in (C:\Teste\*) do Paint.bat %i
The above command did so, however , he runs paint.bat contained in the folder " test " FOR the other subfolders , not what 's right .
Subfolders already contains a copy of paint.bat . I need a command to execute each of these copies . It's the same file , however , it needs to be run within each folder .