home *** CD-ROM | disk | FTP | other *** search
- /*
- Tymnet Network Login Script
-
- The Tymnet script is called by several of the online service
- login scripts to log a user in through the TYMNET Network.
-
- Copyright (C) 1989, 1990 Digital Communications Associates, Inc.
- All rights reserved.
-
- Version 1.0 07-16-89 PJL
- */
-
-
- -- Logon through Tymnet:
- LABEL TYMNET
-
- wait 3 seconds for 'id', 'x', 'p', '[', ']', '`|'
- reply 'a';
-
- watch for
- 'host' :
- 'in' :
- 'name' :
- 'error' : bye : end
- endwatch
-
- wait 2 ticks
- reply NetID
-
- -- Chain back to parent script?
- if length(arg) then chain arg
-
- end
-
-
-