I need to get this to display correctly like this:
Public IP Address . . . . . . . . : (my ip address)
here's what I have for now:
set c=curl "http://icanhazip.com/"
set /p t=" Public IP Address . . . . . . . . : %c%
trying to display curl alone as %c% works as it should but when adding it to string or echo it doesn't, any idea?