^^^^
I need to save the IP of my domain (xxx.noip.com) or my external IP to a text file. It will then be uploaded to a public dropbox account.
|
^^^^ I need to save the IP of my domain (xxx.noip.com) or my external IP to a text file. It will then be uploaded to a public dropbox account. |
|||||||||||
|
|
You can get your external IP by browsing to http://checkip.dyndns.org Assuming your DropBox folder is C:\dropbox Here is a batch script that saves your public ip to a file in your dropbox folder. get_my_public_ip.bat:
You will need wget for it to run and it should be placed in a folder that is in your PATH variable (e.g. C:\Windows). You can find a windows port here. HTML tags are not removed from the file so its contents would be something like:
Here is a Windows PowerShell script that does the same job AND strips the unnecessary text. get_my_public_ip.ps1:
Check here for some help on how to run Windows PowerShell Scripts. Hope this helps |
|||||
|
|