home *** CD-ROM | disk | FTP | other *** search
- REM DELPHI.SCR
- REM
- REM Script created to logon to Delphi (SprintNet)
- REM Created for use with FaxWorks Terminal
-
- DESCRIPTION Delphi (SprintNet)
-
- 100 CPRINT "@D"
-
- WAITFOR 770, "TERMINAL="
- CPRINT ""
-
- WAITFOR 15000, "@"
- CPRINT "c delphi"
-
- WAITFOR 15000, "Username: "
- CPRINT delphiname$
-
- WAITFOR 15000, "Password: "
- CPRINT delphipassword$
-
- 200 END
-