How can I force this setting to stay? or at least dial with a given IP from PB? Im using this for dialing:
took it from this forum..
Code: Select all
isp$="CONEXION ADSL" ; Default connection name.
ConnectionID=98981 ; 1 = Any number you want to identify this connection.
If InternetDial_(0,isp$,2,@ConnectionID,INTERNET_DIAL_UNATTENDED)<>#ERROR_SUCCESS
Debug "Connection was unsuccessful..."
Else
Debug "Connected successfully!"
EndIf
I need this because im going on vacations and of course! I want my system on if something happens, and I already achived this.. but the network settings gets flushed for some reason I dont know and it will sometimes connect with another IP.
hope someone can help me fast :s got half day before I go .
thanks


