Squish Area Manager for OS/2 2.x.
---------------------------------

Who's the idiot that wrote this peace of crap.

	Fido: Jesper Brondum, 2:200/427
	internet: jbr@cindy.ct.se


Neard notice.
-------------
- afix is written with OS/2 2.x in mind,
   so DOS/NT versions is not considered.
- Rescan is done externaly to save some memory,
   Squish/386 is VERY hungry for memory.
- Netmail & Badmsg areas must be MSG areas.

Overview.
---------
 An area for the users point of view can be (regrding to A..Z groups)
- Linked      node mentioned in squish.cfg.
- Unlinked    node not mentioned in squish.cfg.
- Passive     node is listed as passive in afix.cfg.
- Restricted  the node can not link to that area. (%QUERY,%LIST)


Installation.
-------------
- Copy afix.exe, afix.cfg, afix.use in you Squish directory.
- Edit afix.cfg to suite you needs.
- run "afix scan -s" to sync squish & afix cfg files.
    the EchoArea entrys in Squish.cfg that not are mentioned
    in afix.cfg is then created.


Command line options.
---------------------

afix <command> [nodeaddress] [options]

Scan         - Scan netmail area
AutoCreate   - Scan and Create from badarea
Link         - Link area/groups for node
Unlink       - Unlink area/groups for node
List         - List areas/groups visible for node
Query,Linked - List linked areas for node
Unlinked     - List unlinked areas for node
Passive      - Passivate groups for node
Active       - Activate groups for node

Help         - Send %HELP to node
Report       - Send %LINKED to node
Avail        - Send %LIST to node
Notify       - Sends %LINKED to all nodes

-g<groups>			( -gA, -gABC, -g* )
-a<area>[,<area>] 		( -aTUB, -aTUB,MUFFIN )
-s sync afix.cfg		( syncs the cfg files )
-c check everything (SLOW)	( to use when you made some changes manually)
-v verbose mode (-x1)		( a shortcut for -x1 )
-x<level> debugg level 0-9	( a lot of fun info :-)
-f<afix.cfg>			( if you have more than one cfg file )


Errorlevels.
------------
	0	- did nothing
	1	- Mail in the netmaildir was generated.
	2	- Packet in Inbounddir was generated
	3	- Both 1 & 2.

	255	- Error.



Sample Cmd.
-----------
:SCAN
	squishp -l in out link
	afix scan
 	if exist rescan.cmd goto RESCAN
	if errorlevel 3 goto SCAN
	if errorlevel 2 goto SCAN
	goto SQUASH
:RESCAN
	call rescan.cmd
	del rescan.cmd
	goto SCAN
:SQUASH
	squishp -q squash

