home *** CD-ROM | disk | FTP | other *** search
- \\ This script automates logons to TCOMM type Bulletin Board Systems.
-
- \\ 1. BOYAN Macro #72 should be set to: Firstname Lastname{
- \\ To edit that macro, enter BOYAN and type <Alt-K> <F2>.
-
- \\ 2. In the dialing directory entry for each TComm system,
- \\ the Script field should be set to "TCOMM", and
- \\ the PW field should be set to your password.
-
- \\ The following blocks are included within this script:
- \\ LOGON runs TComm logon
- \\ QUESTIONS answers all of TComm's logon questions--no matter
- \\ what order the sysop has configured them in.
-
- |LOGON
- \DM[CONNECTED TO TCOMM SYSTEM!]
- { \\ Send one carriage return
- \BL[QUESTIONS] \\ This calls the "QUESTIONS" block as a subroutine.
- \DM[LOGON COMPLETE.] \\ When done, display message on screen.
-
- |QUESTIONS \\ This block answers TComm's log-on questions.
- \WP[1] \\ Waits for the next TComm prompt
- \IF+press enter to continue[{] \\ These \IF commands test to see
- \IF+number one[N{] \\ which prompt it is, and respond
- \IF+red background[Y{] \\ appropriately. The response is
- \IF+color graphics[Y{] \\ in square brackets.
- \IF+dash on the right[Y{] \\ The name prompt responds by
- \IF+first & last name[\MA[72]] \\ executing the <F2> keystroke macro.
- \IF+password[%PW{] \\ The password prompt responds by
- \IF+strike a key when ready[" ] \\ sending %PW, your current password
- \IF+any key[" ] \\ plus the <Enter> key.
- \IF+Quit)[Q{] \\
- \IF+Main[\EB] \\ END BLOCK if reached "Main" Menu
- \GB[QUESTIONS] \\ Circle around for next prompt...