home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / SBBS1B00.ZIP / DOCS.EXE / DOCS / SBBSFIDO.DOC < prev    next >
Text File  |  1992-09-20  |  2KB  |  56 lines

  1. Documentation for Synchronet FidoNet Import/Export Utility v1.0
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. SBBSFIDO is a utiltiy to import NetMail and import/export EchoMail. The FidoNet
  5. messages must be in the FidoNet stored message format specified in FTS-0001
  6. (#.MSG). SBBSFIDO should be executed before your front-end mailer executes and
  7. when your front-end receives a mail packet.
  8.  
  9. If the FidoNet semaphore file is specified in the SCFG Network options, it will
  10. be created by Synchronet when a user has sent NetMail from the BBS. NetMail is
  11. immediately exported from Synchronet, so SBBSFIDO does not need to do the
  12. exporting.
  13.  
  14. NetMail will be exported to and exported from the directory specified in the
  15. Networks configuration in SCFG. EchoMail will be imported to and exported from
  16. the EchoMail path specified for that sub-board, or off the base echomail
  17. directory specified in SCFG Network options in a subdirectory named after the
  18. internal code of the sub-board.
  19.  
  20. Running SBBSFIDO
  21. ~~~~~~~~~~~~~~~~
  22. SBBSFIDO requires either the DOS environment variable "SBBSNODE" to be set to
  23. the full path of your NODE1 directory or it will accept the path of the NODE1
  24. directory as an argument.
  25.  
  26. Example:
  27.     set sbbsnode=c:\sbbs\node1
  28.     sbbsfido
  29.       or
  30.     sbbsfido c:\sbbs\node1
  31.  
  32. If SBBSFIDO.EXE is not in your search path, you'll need to specify the
  33. directory where SBBSFIDO.EXE exists on your command line.
  34.  
  35. Example:
  36.     c:\sbbs\exec\sbbsfido c:\sbbs\node1
  37.  
  38. SBBSFIDO, when run without any switches will import any new NetMail or EchoMail
  39. and export any new EchoMail that has been posted on the BBS, will not delete
  40. the imported FidoNet messages, and uses 4 dimensional (Zone:Net/Node.Point)
  41. addresses.
  42.  
  43. The available switches are:
  44.  
  45.     /n    Do not import NetMail
  46.     /i    Do not import EchoMail
  47.     /e    Do not export EchoMail
  48.     /d    Delete NetMail after it's imported
  49.     /x    Delete EchoMail after it's imported
  50.     /p    Ignore point in NetMail addresses
  51.     /z    Ignore zone in NetMail addresses
  52.     /m    Ignore message pointers (export all)
  53.     /u    Update message pointers (export none)
  54.     /t    Do not update message pointers
  55.  
  56.