On 08-Jan-00, Andrew Bruno spewed forth the following...
>Hi,

>What is the AREXX command (and return codes) I use to find out if
>Netconnect
>is online?

You need to use the command ISONLINE, and the result is returned in
RC;

RC=0 - offline
RC=1 - online
RC=2 - negotiating connection

If you want to check this, type the following at a CLI prompt;

rx "address GENESIS; isonline; echo RC"

I seem to remember that this differed under NC2 - use STATUS instead
of ISONLINE, and I'm unsure where the result is stored.

Anyone?  NC2 afficionados?


Bablos.

_____________________________________________________________
NetConnect mailing list. To unsubscribe, send an 'unsubcribe'
message to <[EMAIL PROTECTED]>

Reply via email to