home *** CD-ROM | disk | FTP | other *** search
- REM PCBOARD.SCR
- REM
- REM Script created to logon to a BBS that uses PCBoard
- REM Created for use with FaxWorks Terminal
-
- DESCRIPTION PCBoard BBS
-
- 100 WAITFOR 40000, "Do you want graphics (Enter)=no? "
- CPRINT ""
-
- WAITFOR 20000, "What is your first name? "
- CPRINT FIRSTNAME$
-
- WAITFOR 5000, "What is your last name? "
- CPRINT LASTNAME$
-
- WAITFOR 5000, "Password (Dots will echo)? "
- CPRINT BBSPASSWORD$
-
- 200 END
-