Hi again guys!, i had COVID-19 for twice and i couldn't check the forum since 3 or 4 months ago till now! i hope you will get better if you're fighting for beat COVID-19
I have two question, first is about extracting all of the IP Address from an IP Ranges, for e.g: 192.168.1.1-192.255.255.255 (Start and End are variable and will be defined by the user) and for second one, i have a friend that he is Python programmer, he made a IP Parser that it can support large txt files (1TB) and it can parse all of them under 10min and it also supports low-end PCs that have 1 GB RAM!
The list that his program parses are:
#1765497 192.168.1.1 8082
#1765496 192.168.1.1 8084
#1965493 192.168.1.1 8089
#9565495 192.168.1.1 8086
#2565492 192.168.1.1 8081
and it converts very very fast to this:
192.168.1.1:8082
192.168.1.1:8084
192.168.1.1:8089
192.168.1.1:8086
192.168.1.1:8081
I wonder how to do this via AutoIt, if you can help me in this way, i will be happy✌❤
Thanks for your helps. FIRST_QUESTION_TEST.au3