Peter Reid asked --

is there any way of finding out the IP address of the
current computer a stack is running on without making
a socket connection to another machine?

-- on Windows98 I've had success with the following:

on mouseUp
  put empty into fld "ipconfigfld"
  set hideConsoleWindows to true
  put shell("ipconfig") into vtemp
  filter vtemp with "*IP*"
  put last word of vtemp into fld "ipconfigfld"
end mouseUp

__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to