home *** CD-ROM | disk | FTP | other *** search
- REM COMPUSER.SCR
- REM
- REM Script created to logon to the Compuserve Online Service
- REM Created for use with FaxWorks Terminal
-
- DESCRIPTION Compuserve Online Service
-
- 100 CPRINT ""
-
- WAITFOR 40000,"Host Name:"
- CPRINT "COMPUSERVE"
-
- WAITFOR 10000, "User ID:"
- CPRINT cisid$
-
- WAITFOR 5000, "Password:"
- CPRINT cispassword$
-
- 200 END
-