Please enable JavaScript to view this site.

A-Shell Development History

TELNET.LIT 2.1(142) now supports an ATEAUTH.SBX hook, allowing developers to preconfigure aspects of the connection properties before the dialog is displayed or the connection takes place. If ATEAUTH.SBX exists in the %MIAME%\DSK0\007006 directory, it will be called via:

xcall ATEAUTH, con'name, status

Parameters

con'name (string) [in]

is the name of the connection configuration.

status (num) [out]

may be set to a non-zero value by the SBX to abort the connection. It is pre-cleared, so the SBX doesn't need to update it unless it wants to abort.