You need <B>for</B>:<BR><pre class="ip-ubbcode-code-pre">Runs a specified command for each file in a set of files. FOR %variable IN (set) DO command [command ...
Apart from writing articles, I also make YouTube videos regularly. Both of these jobs involve working with multiple files simultaneously. With articles, I need to capture screenshots or relevant ...
So I'm creating a batch file that is appending output into another batch file from a few different commands. But when I do this a line break, carriage return is placed in the file creating a problem ...