Trying to extract the IP Address using IPCONFIG /ALL and Piping it to ipconfig.txt.
RunWait(@Comspec & " /c ipconfig /all > " & "C:\utils\ipconfig.txt")
How would I get the IP ADDRESS and then get the first three octets?
Thank you for your help.
RunWait(@Comspec & " /c ipconfig /all > " & "C:\utils\ipconfig.txt")
How would I get the IP ADDRESS and then get the first three octets?
Thank you for your help.