;SAMPLE SCRIPT ONLY! ; Script to connect for automatic mail forwarding to GB9TEL, ; which is a FBB BBS with a Telnet port. ;This is a sample script only! ;See the file Scripts.doc for full details of script commands. ; You MUST modify the expected responses to suit the station you ; are connecting to. Upper/lower case is not significant. ; Set the script time-out to 300 seconds. Set Timeout 30 ; 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 dotted IP address (0.0.0.0) instead of a domain name TelnetMode TelnetAddress 81.174.3.170 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! ; ATTENZIONE; prima del NOMINATIVO ci vuole il PUNTO esempio .ik3abc .iw3cde waitfor Callsign : send .ik3glq : waitfor Go on anyway (Y/N) ? : send y ; inserisci la frase della password al posto di abcdefghijkl WaitFor Password : send abcdefghijkl WaitForChevron