home *** CD-ROM | disk | FTP | other *** search
- /*
- Delphi Login Script
-
- Copyright (C) 1989, 1990 Digital Communications Associates, Inc.
- All rights reserved.
-
- Version 1.0 07-15-89 PJL (from DELPHI.XTS)
- */
-
-
- -- Logon through either Tymnet or Telenet:
- Network = slice(Description,3)
- chain Network+' DELPHI(LOGIN)'
-
-
- label LOGIN
- -- send UserID:
- watch 10 seconds for
- 'name' :
- 'uic' :
- endwatch
- wait 1 second
- reply UserID
-
-
- -- send Password:
- wait for 'pass'
- wait 1 second
- reply Password
-
- end
-