User Tools

Site Tools


mutil_howto

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
mutil_howto [2019/03/15 22:30] – added export filebone.na function avonmutil_howto [2023/01/20 02:52] – [Function Reference Links] avon
Line 21: Line 21:
   mutil msgmaint   mutil msgmaint
  
 +MUTIL can also execute specific functions from the command line if they are not enabled in the .ini file.  This
 +is done by using the -RUN or -EXEC or -EXECUTE option (they all do the same thing) followed by a comma separated
 +list of headers that should be executed.  
 +
 +If you are using a non-default .ini file then you mustr specify the execute command before the ini filename.  For example:
 +
 +  mutil -run PackMessageBases           (Run [PackMessageBases] from mutil.ini)
 +  mutil -run PackMessageBases pack.ini  (Run [PackMessageBases] from pack.ini)
 +
 +An example of calling multiple headers from the command line (using multi.ini):
 +
 +  mutil -exec ImportEchoMail,LinkMessages
 +
 +Running MUTIL -l or -list from the command line will print a list of all available functions that MUTIL can do to the screen for reference.
 ====== Anatomy of the .INI File ====== ====== Anatomy of the .INI File ======
  
Line 111: Line 125:
      
   Import_FIDONET.NA  = false   Import_FIDONET.NA  = false
-  Import_MessageBase = false +  Import_MessageBase = false
   Import_FILEBONE.NA = false   Import_FILEBONE.NA = false
   Export_FILEBONE.NA = false   Export_FILEBONE.NA = false
 +  Export_AREAS.BBS   = false
 +  Export_GOLDED      = false
   Import_FILES.BBS   = false   Import_FILES.BBS   = false
   MassUpload         = false   MassUpload         = false
   GenerateTopLists   = false   GenerateTopLists   = false
   GenerateAllFiles   = false   GenerateAllFiles   = false
-  PostTextFiles      = false 
   PurgeMessageBases  = false   PurgeMessageBases  = false
 +  PostTextFiles      = false
   PackMessageBases   = false   PackMessageBases   = false
   ImportEchoMail     = false   ImportEchoMail     = false
   ExportEchoMail     = false   ExportEchoMail     = false
-  MergeNodeLists     = false  +  MergeNodeLists     = false 
-  FileToss           = false +  FileToss           = false
   PackFileBases      = false   PackFileBases      = false
-  FileSort           = false  +  FileSort           = false 
-  LinkMessages    = false +  LinkMessages    = false
   PurgeUserBase      = false   PurgeUserBase      = false
   PackUserBase       = false   PackUserBase       = false
   AutoHatch          = false   AutoHatch          = false
 +  EchoNodeTracker    = false
 +  EchoUnlink         = false
 +  
  
 //**NOTE:** All options are assumed to be off (or false) by default.  Only the options being executed in a particular .ini file are required to be found within the [general] stanza.// //**NOTE:** All options are assumed to be off (or false) by default.  Only the options being executed in a particular .ini file are required to be found within the [general] stanza.//
Line 141: Line 160:
  
   * [[mutil_import_fidonet_na|Import FIDONET.NA into Message bases]]   * [[mutil_import_fidonet_na|Import FIDONET.NA into Message bases]]
 +  * [[mutil_import_messagebase|Import Message Bases (by datafile analysis)]]
   * [[mutil_import_filebone_na|Import FILEBONE.NA into File bases]]   * [[mutil_import_filebone_na|Import FILEBONE.NA into File bases]]
   * [[mutil_export_filebone_na|Export FILEBONE.NA from File bases]]   * [[mutil_export_filebone_na|Export FILEBONE.NA from File bases]]
 +  * [[mutil_export_areas.bbs|Export AREAS.BBS from Message Bases]]
 +  * [[mutil_export_golded|Export GoldED Areas Configuration from Message Bases]]
   * [[mutil_import_files.bbs|Importing FILES.BBS and similar into File Bases]]   * [[mutil_import_files.bbs|Importing FILES.BBS and similar into File Bases]]
   * [[mutil_mass_upload|Mass upload files to all file bases]]   * [[mutil_mass_upload|Mass upload files to all file bases]]
Line 155: Line 177:
   * [[mutil_file_toss|Toss TIC+files into BBS and to subscribed downlinks]]   * [[mutil_file_toss|Toss TIC+files into BBS and to subscribed downlinks]]
   * [[mutil_pack_file_bases|Pack and check integrity of file base listings]]   * [[mutil_pack_file_bases|Pack and check integrity of file base listings]]
-  * [[mutil_filesort|File Sort]]+  * [[mutil_filesort|Sort file base listings]]
   * [[mutil_link_messages|Perform message base echomail reply linking]]   * [[mutil_link_messages|Perform message base echomail reply linking]]
   * [[mutil_purge_userbase|Purge User Base]]   * [[mutil_purge_userbase|Purge User Base]]
   * [[mutil_pack_userbase|Pack User Base]]   * [[mutil_pack_userbase|Pack User Base]]
   * [[mutil_auto_hatch|Automatically hatch a list of files to FDN]]   * [[mutil_auto_hatch|Automatically hatch a list of files to FDN]]
 +  * [[mutil_echo_node_tracker|Echo Node Tracker (various HUB-related utils)]]
 +  * [[mutil_echo_unlink|Echo Unlink (auto remove dormant message bases)]]
  
  
  
mutil_howto.txt · Last modified: 2023/01/20 03:03 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki