Windows batch: call more than one command in a FOR loop? - Stack Overflow
Is it possible in Windows batch file to call more than one command in a single FOR loop? Let's say for example I want to print the file name and after delete it: @ECHO OFF FOR ......