Search found 1 match
- 15 Jul 2019 07:26
- Forum: DOS Batch Forum
- Topic: Run Command ON Folder
- Replies: 0
- Views: 25028
Run Command ON Folder
I have an executable called printfroll.exe that runs on subfolders but not within them and kicks out a report So if I'm in folder /ABC with Subfolders DEF, GHI and JKL, I would place this exe in /ABC with a command printfroll DEF > DEF.txt, it looks within each subfolder and kicks out a report. How ...