home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Script for reading new messages on Amiga BBS
- ; Must be executed from phonebook, or 'DIAL' command
- ; line must be inserted as well as password.
- ;
-
- when "- More (Y)/N/NS? " send "NS\n"
-
- ;Log in
- timeout 1 send "\n^P"
- converse "First name: " "firstname;lastname\n"
- timeout 0
- converse "Password: " "\p\n"
-
- ;Turn on capture
- wait "\n"
- capture "ram:ABBS"
-
- ;Start reading messages...
- when "(RE Quit)" send "\n"
- converse "(? for menu)" "\n"
-
- ;Scan for new files...
- converse "(? for menu)" "N\n"
- converse "(? for menu)" "*\n"
-
- ;Bye!
- converse "(? for menu)" "G;Y\n"
-
- wait "NO CARRIER"
- capture off
- message "\nEnd of script\n"
-