home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / fido / spot / rexx / skyhatch.doc < prev    next >
Text File  |  1993-09-07  |  3KB  |  84 lines

  1.  
  2. SkyHatch.spot   ©1993 Stu Churchill   2:250/107.97@fidonet
  3. ==========================================================
  4.  
  5. * WARNING * : This script is tied in to the way my system works, but you
  6.               should be able to adapt it to suit your own needs. As it
  7.               stands, the following programs are REQUIRED, though you can
  8.               easily use similar alternatives;
  9.  
  10.               Spot 1.2  by Nico François
  11.               SkyTick 3.22 by Luca Spada
  12.               PSX 1.3 by Steve Tibbett
  13.  
  14.  
  15. What is the point of this script ?
  16. ----------------------------------
  17. There are a large number of points on my Bosses system, and a while ago we
  18. set up a number of local file echos so that we could send files to any
  19. other point linked in to the particular echo. We have an echo for the Amiga
  20. points, one for the PC points and a general echo for everyone.
  21.  
  22. When we 'hatch' a file into any of these echos, we announce it in the local
  23. point chat echo. Unfortunately, sometimes we forget to do this, and it
  24. becomes easy to lose track of who sent what. This is my solution to the
  25. problem :)  It is NOT intended to be used to hatch files into the ADS and
  26. SAN networks, as there are special people who's job that is, and they
  27. wouldn't be too pleased if you started doing it !!
  28.  
  29.  
  30. Go on then, how does it work ?
  31. ------------------------------
  32. For each file echo for which you wish to make an announcement everytime you
  33. hatch a file, you should add a LIST line to your Tick.cfg in the following
  34. format;
  35.  
  36. LIST FILE_ECHO_1 T:2_250_107.TXT \n File name   : %n\n Length      : %l\n Description : %d\n File area   : %a\n
  37. LIST FILE_ECHO_2 T:2_250_107.TXT \n File name   : %n\n Length      : %l\n Description : %d\n File area   : %a\n
  38.  
  39. This will ensure that any files processed for that echo are detailed in our
  40. temp file.
  41.  
  42. Once you have finished hatching your files, the script will check to see if
  43. this temp file exists. If it is found, a message will be posted according
  44. to the parameters specified for 'to_name', 'from_name', 'subj_line' and
  45. 'echo_name', using the contents of the temp file as the message text.
  46.  
  47. The resulting message should look something like this...
  48.  
  49. *** Area: Gateway                                 Date:  6 Sep 93  3:11:59
  50. *** From: Stu Churchill (2:250/107.97)
  51. *** To  : All
  52. *** Subj: File Arrival Announcement
  53.  
  54.  File name   : SHOWNEXT.LHA
  55.  Length      : 2188
  56.  Description : An ARexx script to tell you what's going on with your cron...
  57.  File area   : AMIGAWAY
  58.  
  59. --- Spot 1.1 #59
  60.  * Origin: Civilian freighter "Scorpio"  -  (2:250/107.97)
  61.  
  62.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  63.  
  64.  
  65. Gosh, that's interesting. What do I do now ?
  66. --------------------------------------------
  67. If this whole concept sounds like a good idea, ask your Boss if he'd be
  68. willing to set up a local file echo, Then get hold of a good tick
  69. processor, such as SkyTick (or FTick by Peer Hasselmeyer) and read the
  70. documentation THOROUGHLY :)
  71.  
  72.  
  73. Distribution stuff
  74. ------------------
  75.  
  76. This script is presented to you by the letters 'B' & 'M' and the number
  77. '4'. If you wish to use a little, or alot, of it, for your own purposes,
  78. please feel free, but I wouldn't mind a thankyou somewhere down the line :)
  79.  
  80. If you have any questions, you can contact me by netmail at 2:250/107.97
  81.  
  82. Stu Churchill  7.9.93
  83.  
  84.