home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / a_link12 / autolink.ctl next >
Text File  |  1993-01-21  |  5KB  |  147 lines

  1.   Sample controlfile for AUTOLINK v1.0                 27 Dec 1992
  2.   ================================================================
  3.  
  4.   Update AUTOLINK v1.1 (18 Jan 1993)
  5.   -1. entry -REMOTE isn't recconized anymore as an areatag.
  6.   -2. entry -PASSTHROU now will be recconized as an areatag. This
  7.       is usefull for BERMUDA users. 
  8.   
  9.   Update AUTOLINK v1.2 (21 Jan 1993)
  10.   -1. maximum numbers of uplinks now 100 and maximum numbers of
  11.       mailareas 1000. Now it should work by Brain Watters (90:3/0) and 
  12.       I'm greatfull for his bugreport.
  13.  
  14.  
  15.   - Generates A_AREAS.BBS and A_DAREAS.BBS files.
  16.   - Compares A_DAREAS.BB to your DAREAS.BBS file.
  17.   - Automatically (dis)connects echoarea's
  18.  
  19.   use -DAILY to write automaticaly netmail to your uplink(s) to
  20.              (dis)connect echoarea's.
  21.              Only the mailarea of the passthrou mailareas
  22.              (the areas in your DAREAS.BBS file!!) are scaned.
  23.              The mailareas in your AREAS.BBS-file are not allowed
  24.              to be disconnect because these mailareas are 
  25.              available on your BBS.
  26.  
  27.           A) if you use a AREAS.BBS for your bbs mailareas and a
  28.              DAREAS.BBS for your passthrou mailareas (see manual
  29.              of Jetmail) than insert in your batchfile:
  30.  
  31.              autolink.ttp -daily
  32.  
  33.  
  34.           B) If you only use a AREAS.BBS and you do not use a 
  35.              DAREAS.BBS file than make the batchfile like this:
  36.  
  37.              copy c:\binkley\areas.bbs c:\binkley\dareas.bbs
  38.              autolink.ttp -daily
  39.  
  40.  
  41.   Example of AREAS.BBS file:
  42.  
  43.              The default originline 68000 Data Server +31-53-777522
  44.              -Group F
  45.              -DAYS 10
  46.              -MinMsgs 25
  47.              -MaxMsgs 150
  48.              C:\MSGS\0001 GENERAL.L  2:283/305.3@fidonet.org .1 .3
  49.              -Group F
  50.              -DAYS 10
  51.              -MinMsgs 25
  52.              -MaxMsgs 150
  53.              C:\MSGS\0002 FROMTO.L  2:283/305.3@fidonet.org .4 .9
  54.  
  55.              BTW, BERMUDA users can also use the keyword -PASSTHROU
  56.              to define passthrou areas in there AREAS.BBS file.
  57.  
  58.   Example of DAREAS.BBS file (for use with Jetmail):
  59.  
  60.              -Group F
  61.              AFNA_ECHO.GER  2:281/801@fidonet.org 283/305.1 .7
  62.              -Group F
  63.              AMIGA.GER  2:281/801@fidonet.org 283/305.4 .14
  64.              -Group F
  65.              AMIPROG.GER  2:281/801@fidonet.org
  66.  
  67.  
  68.   use -CHECK to link already linked echoarea's and unlink not linked
  69.              echoarea's. Just for checking things...
  70.              If you normaly have to copy your AREAS.BBS to a DAREAS.BBS file
  71.              (see above unther B) than all tag in the netmail to your
  72.              uplink will be double! Sorry for this but AUTOLINK is written
  73.              do deal with a DAREAS.BBS file. Just edit the netmail(s) by
  74.              deleting 50% of the lines.
  75.  
  76.  
  77.  
  78.   Written by Harrie Beuvink"
  79.   (c) SubSoft Development 1993"
  80.   Fido_2:283/305 NeST_90:500/208"
  81.  
  82.  
  83.   Lines starting with a space-character are ignored in the controle file
  84.  
  85.   Global information:
  86.   ===================
  87.  
  88.   sys_name: contains your name
  89.  
  90.   my_area : must contain the full path to your areas.bbs file
  91.             Only the path! WITHOUT the filename!!
  92.  
  93.   netmail : must contain the full path and areanumber
  94.             without the extention .HDR or .MGS
  95.  
  96.  
  97.   logfile : must contail the full path and filename
  98.             to your logfile. (binkley compatible)
  99.  
  100.   kll/snd : messages will have the status "pvt local kill/send"
  101.             without this statement it will be "pvt local"
  102.  
  103. sys_name   Harrie Beuvink
  104. my_area    d:\gfa\autolink\
  105. netmail    c:\msgs\0025
  106. logfile    weg.weg
  107. kll/snd
  108.  
  109.   Link information:
  110.   =================
  111.  
  112.   ul_node : contains the nodenumer of your
  113.             UPLINK without the ".0" (i.e. 2:283/1)
  114.  
  115.   my_node : contains YOUR nodenumber which is going to
  116.             be used to write a netmail to your ul_node
  117.  
  118.   ul_name : is the name in the "TO:" field. 
  119.             (i.e. AreaFix AreaMgr GEcho, so the name of the areafixer
  120.              of your UPLINK.)
  121.  
  122.   ul_pass : is the password you agreed with your uplink to
  123.             connect mail areas
  124.  
  125.   next_ul : has to used after each new entry for your uplink
  126.  
  127.  
  128. ul_node    2:283/1
  129. my_node    2:283/305
  130. ul_name    GEcho
  131. ul_pass    xxxxxxxx
  132. next_ul
  133.  
  134. ul_node    2:281/801
  135. my_node    2:283/305
  136. ul_name    areafix
  137. ul_pass    xxxxxxxx
  138. next_ul
  139.  
  140. ul_node    90:500/2
  141. my_node    90:500/208
  142. ul_name    areafix
  143. ul_pass    xxxxxxxx
  144.  
  145.   Don't use the keyword NEXT_UL after you LAST entry!
  146.  
  147.