How do I make a batch to run this in a loop and execute on each subfolder?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Squashman
Expert
Posts: 4465
Joined: 23 Dec 2011 13:59

Re: How do I make a batch to run this in a loop and execute on each subfolder?

#1 Post by Squashman » 19 Mar 2021 19:51

FOR /D %%G IN (*) DO printfroll %%G > %%G.txt

Post Reply