Short :AWeb mailto script for Thor users. V1.3. Uploader :shaund@amiganut.demon.co.uk (Shaun Downend) Author :shaund@amiganut.demon.co.uk (Shaun Downend) Type :comm/www This is a very simple script designed for use with AWeb's mailto: support. It will take the email address supplied by AWeb and start a text editor of your choice and automatically fill in the To: field. When you have finished you save the message and it will appear as an event in Thor. Configuration in AWeb (1.2) :- Unfortunately it appears that AWeb does not inherit the DOS path, that is why I have used the full path of RX below. Enter Change Settings. Network3: External programs Type: mailto: Command: sys:rexxc/rx Arguments: Thor:rexx/AWebMailTo.thor %s Configuration in this script:- MailSystem is the name of your TCP/SOUP/UUCP/whatever email system in THOR, and MailConfName is obviously the name of your email conference in THOR. Setting AddSignature to 'Yes' will make AwebMailTo.thor read your conference/ BBS/global signature settings and add that signature to your mails. Set Editor to the text editor of your choice. Sending a mailto: with AWeb should now produce an EnterMsg event in THOR. The mail will be sent the next time you use Send Events from ConnectTHOR, upload your SOUP reply package, or whatever. Note: THOR does not have to be running for this script to work! History: ŻŻŻŻŻŻŻŻ AWebMailTo.thor v1.1 (02.04.96) is based on SendMail.thor 1.10 by Troels Walsted Hansen. v1.2 (18.06.96) Fixed to support ced which requires a larger stack than default. Temporary files were not deleted upon an error. v1.3 (22.06.96) Added an immediate send option.