home *** CD-ROM | disk | FTP | other *** search
- /*
- LEXIS/NEXIS Login Script
-
- Copyright (C) 1989, 1990 Digital Communications Associates, Inc.
- All rights reserved.
-
- Version 1.00 07-15-89 PJL (from LEXIS.XTS)
- Version 1.01 01-31-90 PJL
- */
-
- if NetID = 'LEXIS' then chain 'TYMNET LEXIS(LOGIN)'
- if not null(NetID) then chain 'TELENET LEXIS(LOGIN)'
-
-
- label LOGIN
- -- send UserID:
- wait for 'for assistance)'
- wait 1 second
- reply destore(UserID)
-
- -- send Password:
- echo off
- wait for 'personal identification'
- wait 1 second
- reply destore(Password)
- echo on
-
- wait 3 seconds for 'does not appear'
- if not timeout then bye : end
- end
-