This is AROSTCP preferences applet. To enable Save/Use you have to change and press enter in any of the entry fields. To use AROSTCP Preferences properly you have to prepare yourself a script that starts AROSTCP and/or dhcpclient.
Example:
.key STATE/A
.bra {
.ket }
Failat 21
if {STATE} eq "start"
cd env:arostcp
run >NIL: <NIL: <path to your>/arostcp
WaitForPort AROSTCP
If NOT Warn
IF $AROSTCP/db/DHCP eq "True"
run >NIL: <NIL: <path to your>/dhclient -q
EndIf
Else
echo "Problem running TCP/IP stack"
endif
endif
if {STATE} eq "stop"
RX >NIL: "address AROSTCP; KILL"
;and kill dhclient
;BreakTask C:services/dhclient
endif
Failat 10
Uploaded using: archives.aros-exec.org
|