Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
module:tickit [2021/04/04 04:53] – [TickIT - FidoNet TIC File Processor] No longer runs addfiles digital manmodule:tickit [2021/04/29 23:56] – Add an invoke section which describes the command-line syntax digital man
Line 9: Line 9:
 In a recent change to SBBSecho/EchoCfg v3 and ''tickit.js'', the TIC file password for each FTN-linked node is now stored in the ''TicFilePwd'' key of the corresponding ''[node]'' section of the ''[[config:sbbsecho.ini]]'' file and can be managed via AreaFix and via ''[[util:echocfg]]''. In a recent change to SBBSecho/EchoCfg v3 and ''tickit.js'', the TIC file password for each FTN-linked node is now stored in the ''TicFilePwd'' key of the corresponding ''[node]'' section of the ''[[config:sbbsecho.ini]]'' file and can be managed via AreaFix and via ''[[util:echocfg]]''.
  
-===== Setup =====+===== Install =====
  
 You should create an event to run it when you get .TIC files... You should create an event to run it when you get .TIC files...
Line 33: Line 33:
   * [[module:binkit|BinkIT]] automatically runs the TICKIT timed event when a TIC file is received   * [[module:binkit|BinkIT]] automatically runs the TICKIT timed event when a TIC file is received
   * If you would like to treat all imported ''.tic'' files as though they have a ''REPLACES'' clause, add the ''-force-replace'' option to the ticket.js command-line or use the ''Force Replace'' options in tickitcfg for global or per-area forced replacements   * If you would like to treat all imported ''.tic'' files as though they have a ''REPLACES'' clause, add the ''-force-replace'' option to the ticket.js command-line or use the ''Force Replace'' options in tickitcfg for global or per-area forced replacements
-===== Configuration =====+ 
 +===== Invoke ===== 
 + 
 +''tickit.js'' may be executed via [[util:JSexec]] or via timed event (as shown in the [[#Install]] section). 
 + 
 +==== Command-line Syntax ==== 
 + 
 +  tickit.js [cfg-file=tickit.ini] [-options] 
 + 
 +^ Option          ^ Description ^ 
 +| -force-replace  | Always replace existing files of the same name in the same directory | 
 +| -debug          | Enable extra debug-level log messages | 
 + 
 +The default configuration file is ''[[dir:ctrl]]/tickit.ini''. To use an alternate configuration file (but still located in the ''[[dir:ctrl]]'' directory), pass that filename on the command-line (not the full path, just the filename). Example: 
 +  jsexec tickit.js alt_tickit.ini 
 + 
 +===== Configure =====
  
 ==== ctrl/tickit.ini ==== ==== ctrl/tickit.ini ====