DISCONNECT
Top  Previous  Next


Disconnects the current dial-up connection. On Dial-Up connections DISCONNECT and REDIAL can be used to change your IP address.

Syntax

DISCONNECT


Parameters

None


Examples

In order to get a new IP, use the following for a macro (change myISP in order to work with your connection):

'with old ip
URL GOTO=http://www.myipresolve.com/
DISCONNECT
REDIAL myISP
'with new ip
URL GOTO=http://www.myipresolve.com/


See Also

REDIAL, PROXY




Page URL http://www.iopus.com/imacros/help/cmd_disconnect.htm