Opening Multiple Ports on Windows Firewall - Routers - Networking
You can open multiple ports from the command prompt using the following scripts. To open the ports use: FOR /L %I IN (6881,1,6999) DO netsh firewall add portopening TCP %I "World of Warcraft downloader"%I To close the ports use: FOR /L %I IN (6881,1,6999 ...