Saved Bookmarks
| 1. |
Solve : Attempting to use FOR in DOS .bat file? |
|
Answer» I have numerous file in the current directory (FILE.1.txt, FILE.1.txt, FILE.3.txt, etc.) and am attempting to use the FOR COMMAND in a .bat file as follows: %%FILE FOR variables can only be single letters (A-Z, a-z, case sensitive). Type FOR /? at the prompt to see the documentation. |
|