One of the useful features of the Windows Command Prompt (also known as CMD, CMD line or Command line) is creating, or adding, a text file to the current directory. This is especially useful if you ...
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 ...