Windows batch file: call more than one command FOR each loop - Stack Overflow

Windows batch file: call more than one command FOR each loop - Stack Overflow

瀏覽:1300
日期:2025-07-06
Is it possible in 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 /r %%X IN ......看更多