;SAMPLE SCRIPT ONLY! ; Script to connect for automatic mail forwarding to GB9TEL, ; which is a system with a Telnet port. ;This is a sample script only! ;See the file Scripts.doc for full details of script commands. ; You will need to modify the expected responses to suit the ; nodes or BBS you are connecting to. ; Upper/lower case is not significant ; Set the script time-out to 300 seconds. Set Timeout 15 ; Abort the script if the connection should fail for any reason. On Disconnect Abort On Timeout Abort ; Tell the session not to disconnect when the script finishes. On ScriptEnd StayConnected ; Instruct Sally to switch to telnet mode, and set up the ; appropriate telnet address and port. ; You can also use a host name (like mybbs.dyndns.org) ; instead of the dotted address TelnetMode TelnetAddress 88.149.155.158 TelnetPort 6300 ; Connect the script session to the host. ConnectToHost ; Log on to the BBS. ; NOTE: The actual telnet log-on process will depend on the BBS, and it ; is most important that you get the log-in sequence correct! waitfor Callsign : send .i3xty WaitFor Password : send abcdefghij <--- qui metti la frase della tua password al posto di abcdefghij ; rimani connesso fino alla fine sessione dello script. On ScriptEnd StayConnected ; linee di termine con descrizioni specifiche... ;WaitForAnything WaitForChevron