home *** CD-ROM | disk | FTP | other *** search
- *
- * PCMAGNET.CMD
- *
- * Use to automatically dial the PCMAGNET System.
- *
- * Usage: PCMAGNET ID# Password
- *
- * You can add this script to a phone book entry by putting:
- *
- * PCMAGNET NAMEofENTRY 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 PCMAGNET
- *
- *
-
- Phone Dial PCMAGNET
-
- * ^C causes CompuServe to Request ID
- '^C
-
- * Tell them who we are ...
- * First WaitFor ID: which CompuServe uses to request an ID number.
- * Then WaitFor Password: and respond if one is passed in ...
- * In this case '&1' is the user ID number
- * and '&2' is the Password.
-
- If "&1"
- WaitFor String ID:
- '&1
- If "&2"
- WaitFor String Password:
- '&2
- EndIf Password
- EndIf User ID
-
- WaitFor String !
-
- 'Go PCMAGNET
-
-
-
-
-
-