LOL...yeah yeah I know. Is it possible to create a batch file that would go out and get your outside ip. Cause that would be golden if you could. You wouldnt even have to visit a website....just dbl click and you have it
I saw something like this awhile back that utilized wget inside a batch file to grab your external IP from whatismyip.com and display it from batch file.
I used to use a batch script that I would have a shortcut to at the top of all my users' Start Menu's that showed them their IP (internal, the external wouldn't be important), their PC name, their MAC address, their OS version, uptime, their NT UserID, and which domain controller authenticated them.It was really handy and really simple so I could tell them to click on Start and then "Who Am I?" and I had all that info without walking them through 10 steps to get their IP. Then a policy changed and regular users were no longer allowed access to the command line and all batch files had to be converted to VBS. I've never quite figured out an equivalent in VBScript. I've been able to come up with partial replacements, but never quite what I was looking for.