Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Archive version of: whatismyip.r ... version: 1 ... endo 13-Dec-2010

Amendment 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]