If you need a computer on your network to automatically perform a file copy as soon as Windows loads -- such as to back up a particular file to your company's server -- the simplest method is to ...
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 ...