home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / TIKTP12A.LZH / TICKET.DOC < prev    next >
Text File  |  1989-10-22  |  6KB  |  150 lines

  1.  
  2.                         TICKET V1.20 By Paul West
  3.  
  4.          Copyright (c) 1989 by Paul J. West, All Rights Reserved.
  5.  
  6.      Compiled using Turbo Pascal Version 4.0 By Borland International
  7.  
  8.     TICKET is not guaranteed to do anything inparticular.  As  far  as
  9.     I  know  it  could  turn  your 160 meg super hard disk into a 320K
  10.     floppy. However I've done what I can to  make  sure  it  at  least
  11.     works  here on my system. Use it at your own risk.  No warranty is
  12.     stated or implied. The author shall not  be  responsible  for  any
  13.     damages resulting from it's use, directly or indirectly.
  14.  
  15.     TICKET  is  distributed as a Freely Available Copyrighted Program,
  16.     no fee may  be  charged  for  distribution  and  the  distribution
  17.     archive  may not be tampered with or altered in ANY way. It may be
  18.     repackaged using a  different  archival  method  as  long  as  the
  19.     contents  of  the archive are the same as that of the distribution
  20.     archive.
  21.  
  22.     AT NO TIME are files to be added to the archive that were  not  in
  23.     the   original   distribution   archive.   This  includes  Archive
  24.     Comments.
  25.  
  26.     Modified Source code may NOT be distributed. If you  are  planning
  27.     on  porting  the  code  to  another operating system, or have code
  28.     changes that you think are highly beneficial, then please  contact
  29.     the author directly for assistance or guidance.
  30.  
  31.     The Author may be contacted at FidoNet Node 1:343/27.0 If you have
  32.     problems   or   incompatibilities   with   files  generated  by  a
  33.     particular system, please contact me.  I will do  what  I  can  to
  34.     fix any problems.
  35.  
  36.     What TICKET does:
  37.  
  38.     TICKET announces the arrival of files at sites using FLEA, TICK or
  39.     other  compatable  software,  as  in  FidoNets  SDS   Network   or
  40.     SDNet/Works.   It  creates  a  message in the message area of your
  41.     choice, listing the File Area Name, Filename, Filesize,  Filedate,
  42.     Origin, and Description.
  43.  
  44.     TICKET should be run BEFORE running FLEA or TICK.  It  depends  on
  45.     the incoming .FLE or .TIC files along with the files to be in your
  46.     inbound directory.
  47.  
  48.  
  49.     USAGE
  50.  
  51.     TICKET options
  52.  
  53.     OPTIONS:
  54.  
  55.        -Mmessagepath   - Directory to place Message
  56. #                        No  Longer  needed  if  message  is to be a
  57. #                        Netmail message AND you have  your  NETMAIL
  58. #                        path defined in TIC.CFG
  59.  
  60.        -Tuser_name     - Address Message to User
  61.  
  62.        -Nzone:net/node - For Netmail - Send to address
  63. #                        You may specify as many addresses as you wish
  64. #                        by using the -N command multiple times.
  65.  
  66. #      -N*tagname      - Uses a file called PLEASE.ALL for a list
  67. #                        of  nodes  to  send the message to.  Please
  68. #                        consult your PLEASE manual for  the  proper
  69. #                        format of this file.  If you wish you can
  70. #                        specify  as  many  Tags as you wish by using
  71. #                        this command multiple times
  72.  
  73.        -Ffrom_Name     - To fill in the From Field
  74.  
  75.        -Aareaname      - Only process files in this  FILE  area  You
  76. #                        can now specify as many areas as you want on
  77. #                        the command line
  78. #
  79.        -Iinboundpath   - Overide inbound area in TIC.CFG
  80.  
  81.        -Ssubjectline   - Overides the default subject line
  82.  
  83.        -P              - Mark message as PRIVATE
  84.  
  85.        -K              - Mark message as KILL-SENT
  86.  
  87.        -Q              - Quite mode - No screen output
  88.  
  89. #      -Llogfile       - Create a logfile of files received
  90.                          Stores filenames, Filedates, Size, Areaname
  91.                          and file description.
  92.  
  93. #      -Z              - Use ZoneGates for InterZone Netmail Messages
  94.  
  95.     Spaces  MUST be replaced by the underline character and there must
  96.     NOT be a space between the command and it's parameter.
  97.  
  98.  
  99.     Ticket also requires a configuration file to get certain  required
  100.     parameters.   To  make  things  easy,  it  will read your existing
  101.     TIC.CFG file if you already use TICK.  If not you should create  a
  102.     file called TIC.CFG. TICKET will work on systems that use programs
  103.     other than TICK, however you will need to create the TIC.CFG file.
  104.  
  105.     The Following parameters are REQUIRED!
  106.  
  107.       IN C:\Inbound                  - Your inbound directory where both
  108.                                        the FLEA or TICK files and the
  109.                                        inbound files are located.
  110.  
  111.       ZONE 1 C:\Outbound             - These three parameters are used to
  112.       NET 343                          determine your matrix address.
  113.       NODE 27
  114.  
  115. #   OPTIONAL
  116. #
  117. #     NETMAIL C:\Netmail             - The Default Message path
  118. #                                      Used if no path is specified on
  119. #                                      the command line.
  120.  
  121. #     VERSION 1.10 Note
  122. #
  123. #   Note  that  a  bug has been fixed in the code that determines your
  124. #   address.  Version 1.0 used the LAST Zone  statement  to  determine
  125. #   the proper zone number.  This was NOT consistant with the way TICK
  126. #   works and caused some problems on some Multi-Zone systems.  If you
  127. #   rearranged  your TIC.CFG file to compensate for this bug, you will
  128. #   want to put it back the  way  it  belongs  since  the  FIRST  zone
  129. #   statement is now used.
  130.  
  131.  
  132.     If  the  area TICKET creates a message for is an ECHOMAIL area and
  133.     contains an ORIGIN file, an  Origin  line  will  automatically  be
  134.     appended  to your message.  It will NOT look at your Areas.BBS for
  135.     the Default origin line. If fact, the presence of an ORIGIN  file,
  136.     is the only way TICKET knows that this area is an ECHO area.  This
  137.     file  is not required, as your mail processor should add an origin
  138.     line when exporting mail, if one is not already there.
  139.  
  140.     Here is an example from the Batch file on MY system
  141.  
  142.     :SDS
  143.       TICKET -MG:\Area\Net343 -TNet_343_Sysops -SSDS_Files_Received
  144.       TICKET -MF:\General -P -TPaul_West
  145.       TICKET -MF:\Netmail -N1:343/100 -P -K -TBill_Castle
  146.       TICKET -MF:\NetMail -N1:343/36  -P -K -TMike_Zakharoff -ASDSRBBS
  147.  
  148.     TICK is a Trademark of Barry Geller
  149.     FLEA is a Trademark of Ron Bemis
  150.