home *** CD-ROM | disk | FTP | other *** search
- REM WILDCAT.SCR
- REM
- REM Script created to logon to a BBS that uses Wildcat Software
- REM Created for use with FaxWorks Terminal
-
- DESCRIPTION Wildcat BBS
-
- 100 WAITFOR 55000, "What is your first name? "
- CPRINT FIRSTNAME$
-
- WAITFOR 5000, "What is your last name? "
- CPRINT LASTNAME$
-
- WAITFOR 5000, "Password? ["
- CPRINT BBSPASSWORD$
-
- 200 END
-