View discussion [37 posts] | View script | License |
Download script | History | Other scripts by: endo |
30-Apr 22:30 UTC
[0.062] 10.299k
[0.062] 10.299k
Archive version of: whatismyip.r ... version: 1 ... endo 13-Dec-2010Amendment note: new script || Publicly available? Yes REBOL [ Title: "What is my IP" File: %whatismyip.r Author: "Endo" Date: 2010-12-13 Version: 0.0.0 Purpose: {Prints your IP address to Console} Library: [ level: 'beginner platform: 'all type: [function one-liner] domain: [network] tested-under: [view 2.7.7.3.1 Windows XP] support: none license: 'public-domain see-also: none ] ] what-is-my-ip: does [write clipboard:// probe read http://www.whatismyip.com/automation/n09230945.asp] Notes
|