home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / XLIST214.ZIP / FILEROUT.CTL < prev    next >
Encoding:
Text File  |  1991-10-17  |  4.8 KB  |  124 lines

  1. % X_LIST V2.14 IS NOT PUBLIC DOMAINE MATERIAL - but almost free for most
  2. % BBS as stated in the documentation - read it.
  3. %
  4. % This sample control file demonstrates how to forward different files to
  5. % other systems.
  6.  
  7. SystemPath C:\OPUS\                      % Here's the SystemFiles
  8. OutFile NUL.TXT                          % No file list.
  9. XListData C:\OPUS\CTL\FILEROUT.DAT       % X_List nodepat.
  10.  
  11. % When working with a LAN, you may need to change this variable..
  12.  
  13. %FileMode 2   % Default
  14. %FileMode 0   % Open files as read-only.. Might be usefull in MTASK.
  15.               % Other possible values may be found in you LAN documentation.
  16.  
  17. First 99                                 % Don't scan any area
  18. Last 99
  19. Skip 99
  20. SysOp Per Holm                           % Senders name (normally the SysOp)
  21. Hindustan No
  22. %MsgArea 1                               % Use this area for the Report
  23. %DailyReport                             % Enable this if you want a report.
  24. BoardName «» Look at my new X_List «»
  25. Address 2:230/22               % Default forward address.
  26. Address 57:4501/100            % Use this address for Zone 57 Nodes.
  27. Address 97:9451/4              % Use this address for Zone 97 Nodes.
  28. %Address 2:230/22.17           % Or maybe a full 4 stroke pointaddress.
  29. Inbound C:\Traffic\In\                   % This is the netfile area.
  30. RSPFiles                                 % Convert those .RSP files to Matrix
  31.                                          % messages
  32. OutBound C:\traffic\Out\                 % Here we put the .?LO files
  33. %
  34. Zones                                    % Use full Zone:Net/Node support
  35. %
  36. LoTechMailer                             % Use fileattaches when forwarding.
  37. %
  38. ForceINTL                                % Force INTL lines in all messages
  39. %
  40. % Ok lets check if someone sent some new files to be moved to another dir.
  41. %
  42. Move C:\In\nodediff.A*  C:\File\Fido\ /T
  43. Move C:\In\Z2-diff.A*   D:\Nodelist\  /X
  44. Move C:\In\Z2-diff.A*   C:\File\Fido\ /T
  45. Move C:\In\FNEWS*.ARC   C:\File\Fido\ /T
  46. Move C:\In\EMBBS*.ARC   C:\File\Fido\ /T /S2:231/34 /PSECRET
  47. Move C:\In\EMBBS*.ARC   C:\File\Net\
  48. %
  49. %   /T       : Touch the file.
  50. %   /F       : Forward the file.
  51. %   /S<Node> : Check Security file for origin node.
  52. %   /P<PWD>  : Security Password must be.
  53. %   /C       : Insert file into FILES.BBS, without any comment.
  54. %   /C<TXT>  : Comments for any files.BBS in the dest. area.
  55. %   /X       : Do a copy, not a Move.
  56. %   /N       : Move only New files (arrived since last session).
  57. %       Note the /C must be the very last flag..
  58. %
  59. % Now let's send the new files and messages
  60. %
  61. %   Forward C:\test.TST [<Flag>]<Node>[![<Password>]],..
  62. %
  63. %     <Flag> : H = Hold (.HLO)    (Default)
  64. %              N = Normal (.FLO)
  65. %              D = Direct (.DLO)
  66. %              C = Crash (.CLO)
  67. %
  68. Forward C:\opus\msg\Point*.*       9999/21,9999/22
  69. %
  70. Forward C:\File\FNews\Fnews*.ARC   230/101!TEST,230/31
  71. Forward C:\File\FNews\Embbs*.ARC   230/101
  72. Forward C:\file\Fido\nodediff.A*   2:23/106,1:9876/5432.1
  73. Forward C:\file\Fido\Z2-diff.A*    230/13,230/101,231/34,234/10,9999/21
  74. Forward C:\File\NEW\X_List*.*      C230/13,H231/34
  75. %
  76. MatrixPath C:\MATRIX\                    % Aha here we have the Matrix area. 
  77.  
  78. ForwardMsg C:\opus\ctl\Forw_msg.txt      % Let's send a message with the file.
  79.  
  80. %  You may wish to generate a report of files forwarded through your system.
  81.  
  82. ForwardReport /A E:\Reports\Forward.Rep
  83.  
  84. %  ForwardReport [/M] [/C] [/D] [/A] [<RportFile>]
  85. %
  86. %    /M  : Mail the Report.
  87. %    /C  : Copy for CoSysOps....
  88. %    /D  : Delete file after sending.
  89. %    /A  : Append to existing file.
  90.  
  91. % And let's add some exiting Subject lines....
  92. %
  93. Lan-DR Forward Report
  94. Lan-YG You got yourself a new
  95. %
  96. % Here is some of those that we know... No reason just to send to SysOp..
  97. %
  98. Name 230/13         /N          NaaK Trimning   % /N = No follow up message when
  99. Name 230/101        /N /PTEST   Mik Tuver       %      Lotechmailer is disabled
  100. Name 231/34            /PSECRET Johnny Odgaard  % /P   Send Password file.
  101. Name 9999/22        /L          Henrik Mejnhard % /L   Use LotechMailer.
  102. Name 2:23/105                   George Cordner
  103. Name 1:9876/5432.1              Cr. Ackermann
  104. %
  105. % And let's move all those Tick files too to the correct area..
  106. %
  107. Tick C:\Opus\Ctl\X_Tick.Ctl    % Use this Tick compatible Cfg file...
  108. %
  109. %  You may also to send warious reports, for this we have the Report 
  110. %  statement, you may add as many as you please..
  111.  
  112. Report /D /S /M /1 E:\Tmp\Dummy.Rep
  113.  
  114. %  Report <flags> File
  115. %
  116. %     /D : Delete file after sending.
  117. %     /S : Send copy to SysOp.
  118. %     /M : Enable MetaString support...
  119. %     /1 : Send to CoSysOps with Flag 1 set.
  120. %     /2 : Send to CoSysOps with Flag 2 set.
  121. %     /3 : Send to CoSysOps with Flag 3 set.
  122.  
  123.  
  124.