home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / skyt321.lha / SkyTick.DOC < prev    next >
Text File  |  1993-01-21  |  6KB  |  192 lines

  1.  
  2.    #####                  #######
  3.   #     #  #    #   #   #    #     #     ####   #    #
  4.   #        #   #     # #     #     #    #    #  #   #
  5.    #####   ####       #      #     #    #       ####     by Luca Spada
  6.         #  #  #       #      #     #    #       #  #
  7.   #     #  #   #      #      #     #    #    #  #   #
  8.    #####   #    #     #      #     #     ####   #    #   v3.20
  9.  
  10.  
  11.   SkyTick is FreeWare, this means that you can use it for ever without
  12.   paying a penny. :-)
  13.  
  14.  
  15.    ***************    READ Changes.DOC for more infos!!!! ****************
  16.  
  17.  
  18. INTRODUCTION
  19. ============
  20.  
  21. ** NOTE : I HATE to write docs.
  22.  
  23. Hello folks!! After SkyLog, SkyList, SkyFreq, SkyLast, SkyWho, SkyUpdate and
  24. other utils, HERE IT IS : SkyTick, the most powerfull Tick program for Amiga.
  25.  
  26. SkyTick has been developed since I found CS Tick by Calibre Systems a
  27. VERY BAD program, FULL of bugs and it creates non-standard .TIC.
  28.  
  29. SkyTick is based upon the sources of AmigaTick by my great friend Russel
  30. Miranda (that is at college now :-)
  31.  
  32. Some features of SkyTick :
  33.  
  34. * FAAAAAAAAAAAAAAAAAST
  35. * Very verbose log
  36. * You can send files in Hold/Crash/Direct for each node
  37. * Automatically uploads files to DLG file areas
  38. * Powerful LIST command that let you create nice announcement message.
  39. * Can write announcements directly to message, w/o the use of the ugly
  40.   SendMsg by TPT.
  41. * Very powerfull Hatch mode, that let you upload the files to DLG file area
  42. * Purge mode that automatically deletes sent files and tics
  43. * Compatible with DLG Areafix by Nick Lello
  44. * Upload function from CLI
  45. * Intuition interface for Hatch/Upload mode
  46.  
  47. SkyTick - as any Tick alike program - lets you to send files around, each files
  48. is sent with a file tkxxxxx.TIC that contains some infos about the files
  49. (CRC, Description, Origin, Path, etc etc), and lets the Tick of another node
  50. to automatically insert the files in its file areas.
  51.  
  52. There are a lot of file network around, the best for Amiga is SAN (Sky Amiga
  53. Network), created and found by myself and it is spread all over the world.
  54.  
  55.                 *** Read the Changes.DOC VERY CAREFULLY ***
  56.  
  57. BTW, let's take a  look to the switches :
  58.  
  59. SkyTick v3.10 - by Luca Spada '91-92 - May  7 1992 15:07:43 - FreeWare
  60.                 The FAST DLG Professional & Generic Tick Processor
  61.  
  62. Syntax:
  63. 1> SkyTick [-C<Path>] [-F<Filename>] [-R<Filename>] [-P<Path>] [-A<Area>]
  64.            [-U<Dlg area>] [-D<Description>] [-M<Area number>] [-O<From>] [-J]
  65.            [-T<To>] [-S<Subject>] [-X<Filename>] [-Z<Split>] [-Y] [-V] [-Q]
  66.            <HATCH> <TICK> <PURGE> <WRITE>
  67.  
  68. Parameters:
  69.  [-C<Path>]        Search for config info in <Path> (Default: MAIL:Tick.LOG)
  70.  
  71.  HATCH mode parameters : (if no or some parameters are given, SkyTick will
  72.                           enter in interactive-mode)
  73.  [-F<Filename>]    Filename to hatch
  74.  [-R<Filename>]    Filename to replace
  75.  [-P<Path>]        Path to <Filename>
  76.  [-A<Area>]        Area TAG
  77.  [-U<Dlg area>]    Upload file to DLG file area <Dlg area>
  78.  [-D<Description>] Description of the file :-)
  79.  [-Y]              Just upload the file
  80.  [-V]              Disable dupe checking - hatch
  81.  [-J]              Disable dupe checking - upload
  82.  [-Q]              Delete file after hatch/upload
  83.  
  84.  WRITE mode parameters : (only for DLG Pro OS/BB)
  85.  [-M<Area number>] Message area number to post announcement
  86.  [-O<From>]        From: field
  87.  [-T<To>]          To: field
  88.  [-S<Subject>]     Subj: field
  89.  [-Z<Split>]       Max. number of lines in message
  90.  [-X<Filename>]    Body text to insert in announcement
  91.  
  92. Commands:
  93.  <HATCH>           Hatch file(s)
  94.  <TICK>            Process inbound tic(s)
  95.  <PURGE>           Purge hold directory
  96.  <WRITE>           Write announcement(s) in a message area
  97.  
  98. You can write also the first letter of the command.
  99. Strings with spaces should be contained between quotes, i.e. :
  100. 1> SkyTick "-DNew version of SkyTick" HATCH
  101.  
  102.  
  103. Basically SkyTick operates in 4 modes :
  104.  
  105. <HATCH> Mode -> Let you insert a file in the network, this can be made in
  106.                 interactive mode (if no parameters are given), or line
  107.                 parameters.
  108.  
  109. <TICK> Mode  -> Process inbound tics (no parameters are need)
  110.  
  111. <PURGE> Mode -> Clean up the HOLD directory (no parameters are need)
  112.  
  113. <WRITE> Mode -> Write a message in a message area, usefull to place file
  114.                 accouncements (generated with the LIST keyword).
  115.  
  116. Examples :
  117.  
  118. 1> SkyTick HATCH
  119.  
  120. SkyTick will open a nice window and the rest is very easy to understand :-), BTW
  121. SkyTick can be used also in batch files or as a clone of the upload utility :
  122.  
  123. 1> SkyTick -Fpippo.lha -Pram: -ASKYUTILS -U10 "-DEmulate a SUN workstation on your Amiga!" HATCH
  124.  
  125. SkyTick will hatch file pippo.lha in area SkyUtils and upload it in DLG file area 10
  126.  
  127. 1> SkyTick PURGE
  128.  
  129. Clean-up sent files in HOLD directory
  130.  
  131. 1> SkyTick TICK
  132.  
  133. Process inbound Ticks
  134.  
  135. 1> SkyTick -M11 "-OThe Announcer" "-TAll freaks" "-SNew files!" -Z50 -xram:news.txt WRITE
  136.  
  137. Will place text file news.txt in messages of max. 50 lines in message area 11
  138.  
  139.  
  140.  CONFIG FILE
  141.  ===========
  142.  
  143. SkyTick will search for a default Tick.CFG in MAIL:, BTW you can change the
  144. search path by -C paramater, take a look to Tick.CFG for more infos.
  145.  
  146.  
  147. Description of the LIST command :
  148.  
  149. LIST <AreaTag Matching> <Pathname> <Template>
  150.  
  151. Example :
  152.  
  153. LIST * txt:SAN.TXT \n\n Nome file   : %n\n Lunghezza   : %l\n Descrizione : %d\n Ricevuto da : %o - %t\n\n
  154.  
  155. This will match all areatag!
  156.  
  157. Token available :
  158.  
  159. \n   - Put a line feed (C style)
  160. %n   - Put filename
  161. %l   - Put file lenght
  162. %d   - Put file description
  163. %o   - Put file origin
  164. %a   - Put AreaTag
  165. %t   - Put file date
  166. %c   - Put file CRC
  167.  
  168.  
  169. Ok folks, the doc ends here! I think you are smart enough to use SkyTick :-)
  170.  
  171. For Bug reports, suggestions etc etc :
  172.  
  173. Luca Spada (Sky Luke), Sysop of:
  174.  
  175. Sky Link, 4500 Megs online for Amiga, SAN World HQ, running under DLG Pro,
  176. Line 1: +39/332/706469  H16/v32bis v42bis - 24hrs - 2:331/106.0
  177. Line 2: +39/332/706739  H14/v32bis v42bis - 24hrs - 2:331/117.0
  178. Line 3: +39/332/706009  ZyX/v32bis v42bis - 24hrs - 2:331/121.0
  179. Line 4: +39/332/767277  H14/v32    v42bis - 24hrs - 2:331/110.0
  180. Line 5: +39/332/819044  ZyX/v32bis v42bis - 24hrs - 2:331/118.0
  181.  
  182. UUCP : skyluke@skylink.sublink.org
  183.   or : ..rutgers!sublink!skylink!skyluke
  184.  
  185. F'Req DLGNEWS from Sky Link in order to have a list of latest hot DLG
  186. utilities!
  187.  
  188. Bye, Sky Luke
  189.                                          (uucp : skyluke@skylink.sublink.org)
  190.  
  191.  
  192.