Batch files are one of the simplest yet most powerful ways to automate repetitive tasks on Windows. From cleaning temp files to launching multiple apps at once, they can save hours of manual work.
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 ...