****************************************** * * * Wellcome to SendResults.rexx v2.5 * * * ****************************************** Introduction: ------------- This Arexx script is for all participants in Amiga F1GP IC (Internet Championship) which are using freeware mailer YAM from Marcel Beck. Disclaimer: ----------- This software is provided as-is, without warranty of any kind. The entire risc of use this software is on user. Please don't change any part of this script except the part described in installation part. Requirements: ------------- YAM 1.3.5 .......... You can find it on Aminet MUI .......... for running YAM (for more info read the YAM documentation) RexxReqTools .......... You can find it on Aminet running Arexx .......... the best way is to add this line: RUN >nil: REXXmast to Your startup sequence if You haven't it yet T: assign .......... (usualy ram:t) command delete and copy in Your C: directory Installation: ------------- copy the file SendResults.rexx to Your YAM:rexx directory. then add this script to Yam .config file as described in YAM.guide. Then You need change some variables: driverid ... your ID number in champioship series ... ACE or SEMI-PRO yourname ... Your name teamname ... Your team name tomail ... Address(es) where you want to send Your Qualify and race results You can use the alias(es) too. tomaild ... This is where You want to send the datafiles, I made this from this reason - I am sending my Q and R results to Markus and to my teammate Oliver and the Data only to Markus yourdir ... Place, where the filerequester starts (place where You store the archive with files) yscrtag ... There You change the name of your YAM screen or if You are using YAM on Workbench You can leave this as it is yfilename ... this is for testing, set this to name of file which You are sending to administrator. If the selected file is different the script will ask You again for the file name. The right names are DATA_A_XX.lha (or .lzx) for ACE or DATA_SP_XX.lha (or .lzx) for SEMI-PRO XX is your number. descr ... 0 or 1, 0 if You don't want send copy of F1RESULT RX R to Your teammate, 1 for send copy to teammate. tomaildes ... Address, where You want send a copy of F1RESULT RX R message variable tomail, tomaild & tomaildes may look like one of these tomail = "markus.kruggel@unidui.uni-duisburg.de" an e-mail address tomail = "Markus" Markus is alias in Address Book of YAM tomail = "Markus, Oliver" two aliases from Address Book tomail = "F1results" name of list made in YAM Address Book (most users will use 1st possibility) History: -------- 8-feb-1998 ..... first public release (v1.0), allows only Qualifying entry 15-feb-1998 ..... v2.0 nearly completely rebuilt (in v1.0 was first made message and then if user aborted script the message was deleted). Now the message will be writen only if all needed variables are inserted. Now the sript make Race results too 23-feb-1998 ..... v2.5 Added feature which strip automatical added signature from messages. New feature which sends copy of F1RESULT RX R with subject F1RESULT RX R DESCRIPTION to any address (in most cases there will be addres of Your teammate). This feature was added on requst from Scott Dryden. Known bugs: ----------- No known bug at this moment. Future: ------- Maybe the script will ask for particular files like description, replay and logfile and then pack them by LHA or LZX, but this isn't 100% sure. Checking, if the format of data which user inserted is correct. Author: ------- Michal Janak e-mail chemont@chemont.anet.cz michalj@post.cz ******************************************************* * * * Please send me any bug reports or suggestions. * * I want know how many people are using this script, * * so please let me if You use it * * * *******************************************************