command line - dos batch iterate through a delimited string - Stack Overflow
I have a delimited list of IPs I'd like to process individually. The list length is unknown ahead of time. How do I split and process each item in the list? @echo off set...