This script was written to provide the ability to automatically log onto a bulletin board running the PCBoard BBS software. One of my goals in writing it was to allow for the prompts to occur in any sequence, and be repeated any number of times (or not at all). To do this, I developed a technique for circumventing Windows ASPECT's limitation of 3 active 'when target index string' statements at any one time. If you want to modify the script to add responses for prompts that are not already provided for, all you need to do is insert a new case/endcase pair inside the switch loop in the getprompt proc, and place any statements that are necessary in response to the prompt in between the newly added case/endcase. Enjoy. Jeff Thomson CIS: 71460,3222