Ramon Smits

Tell me your secrets and i'll tell you mine

Browse by Tags

All Tags » commandprompt (RSS)
Sorry, but there are no more tags available to filter with.
Reminder: For loop on the commandprompt
I always forget how to loop through a set of files on the command prompt. For this reason I'm blogging this as a reminder for future reference. FOR %A IN (*.txt) DO ECHO %a In a batch/command file the % character needs to be escaped with an additional...