![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: How to obtain current IP address?
From: Ray <ray.mosley@gmail.com>
Date: Fri Sep 30 2005 - 16:10:06 CEST
I was going to say just exec ipconfig, but searching the wiki page that
set myip [regexp -inline {\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}} [exec
However, read the wiki. That MAY not be the answer you want.
|