home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / afix044.zip / afix.doc < prev    next >
Text File  |  1994-11-11  |  3KB  |  98 lines

  1. Squish Area Manager for OS/2 2.x.
  2. ---------------------------------
  3.  
  4. Who's the idiot that wrote this peace of crap.
  5.  
  6.     Fido: Jesper Brondum, 2:200/427
  7.     internet: jbr@cindy.ct.se
  8.  
  9. Postcard Ware ... (of your home town) to
  10.     Jesper Brondum
  11.     Karl IX gata 21
  12.     222 20 LUND
  13.     SWEDEN
  14.  
  15.  
  16. Neard notice.
  17. -------------
  18. - afix is written with OS/2 2.x in mind,
  19.    so DOS/NT versions is not considered.
  20. - Rescan is done externaly to save some memory,
  21.    Squish/386 is VERY hungry for memory.
  22. - Netmail & Badmsg areas must be MSG areas.
  23.  
  24. Overview.
  25. ---------
  26.  An area for the users point of view can be (regrding to A..Z groups)
  27. - Linked      node mentioned in squish.cfg.
  28. - Unlinked    node not mentioned in squish.cfg.
  29. - Passive     node is listed as passive in afix.cfg.
  30. - Restricted  the node can not link to that area. (%QUERY,%LIST)
  31.  
  32.  
  33. Installation.
  34. -------------
  35. - Copy afix.exe, afix.cfg, afix.use in you Squish directory.
  36. - Edit afix.cfg to suite you needs.
  37. - run "afix scan -s" to sync squish & afix cfg files.
  38.     the EchoArea entrys in Squish.cfg that not are mentioned
  39.     in afix.cfg is then created.
  40.  
  41.  
  42. Command line options.
  43. ---------------------
  44.  
  45. afix <command> [nodeaddress] [options]
  46.  
  47. Scan         - Scan netmail area
  48. AutoCreate   - Scan and Create from badarea
  49. Link         - Link area/groups for node
  50. Unlink       - Unlink area/groups for node
  51. List         - List areas/groups visible for node
  52. Query,Linked - List linked areas for node
  53. Unlinked     - List unlinked areas for node
  54. Passive      - Passivate groups for node
  55. Active       - Activate groups for node
  56.  
  57. Help         - Send %HELP to node
  58. Report       - Send %LINKED to node
  59. Avail        - Send %LIST to node
  60. Notify       - Sends %LINKED to all nodes
  61.  
  62. -g<groups>            ( -gA, -gABC, -g* )
  63. -a<area>[,<area>]         ( -aTUB, -aTUB,MUFFIN )
  64. -s sync afix.cfg        ( syncs the cfg files )
  65. -c check everything (SLOW)    ( to use when you made some changes manually)
  66. -v verbose mode (-x1)        ( a shortcut for -x1 )
  67. -x<level> debugg level 0-9    ( a lot of fun info :-)
  68. -f<afix.cfg>            ( if you have more than one cfg file )
  69.  
  70.  
  71. Errorlevels.
  72. ------------
  73.     0    - did nothing
  74.     1    - Mail in the netmaildir was generated.
  75.     2    - Packet in Inbounddir was generated
  76.     3    - Both 1 & 2.
  77.  
  78.     255    - Error.
  79.  
  80.  
  81.  
  82. Sample Cmd.
  83. -----------
  84. :SCAN
  85.     squishp -l in out link
  86.     afix scan
  87.      if exist rescan.cmd goto RESCAN
  88.     if errorlevel 3 goto SCAN
  89.     if errorlevel 2 goto SCAN
  90.     goto SQUASH
  91. :RESCAN
  92.     call rescan.cmd
  93.     del rescan.cmd
  94.     goto SCAN
  95. :SQUASH
  96.     squishp -q squash
  97.  
  98.