home *** CD-ROM | disk | FTP | other *** search
- *
- * WELL.CMD
- *
- * Use to automatically dial the WELL System.
- *
- * Usage: WELL ID Password
- *
- * You can add this script to a phone book entry by putting:
- *
- * WELL ID Password
- *
- * and PereLine will automatically log on for you. PereLine will not
- * dial the phone if the script is running because a phone book entry just
- * got dialed. If you execute the script from the User Menu, then the
- * entry will be dialed first.
- *
- * This script assumes that you have a phone book entry called 'The Well'
- *
-
- Phone Dial The Well
-
- '
- WaitFor String Host Name:
- 'WELL
-
- *
- * Wait for the WELL to ask for a login
- *
- WaitFor String login:
- '&1
-
- *
- * Now wait for the password
- *
- WaitFor String Password:
- '&2
-
- *
- * Should be logged in now ...
- *
-
-
-