Login | |
|
 |
RE: A little help with a script - 2/20/2008 2:36:00 AM
|
|
 |
|
| |
ebgreen
Posts: 4972
Score: 31
Joined: 7/12/2005
Status: offline
|
Well, you can find lots of examples of getting the current IP address either at this site or by searching on google. Once you have the current IP, use Split() to look at the first octet. Split() will essentially give you an array of the octets. Once you have the array you can change the first element of the array (the first octet) then use the array to set the IP address using the code that you already have.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|