home *** CD-ROM | disk | FTP | other *** search
- /*
- NewsNet Login Script
-
- Copyright (C) 1989, 1990 Digital Communications Associates, Inc.
- All rights reserved.
-
- Version 1.00 07-15-89 PJL (from NEWSNET.XTS)
- Version 1.02 01-31-90 PJL
- */
-
-
- -- Login through either Tymnet or Telenet:
- Network = slice(Description,3)
- chain Network+' NEWSNET(LOGIN)'
-
-
- label LOGIN
- -- send UserID & Password:
- while online
- watch for
- 'sign on' : wait 1 second : reply UserID
- 'Password' : wait 1 second : reply Password : end
- 'invalid' : bye : end
- endwatch
- wend
-
- end
-