README File for winMClient Source Code
============================================================
Contact: millard@buffnet.net
Homepage: http://www.buffnet.net/~millard/winmclient.html
------------------------------------------------------------
NOTE: Please See the COPYING.TXT for license issues.
This application is distributed under the GNU Public License
------------------------------------------------------------

Command Line Switches used in winMClient
=========================================
/file foobar.ini - use config settings in foobar.ini
/nolog	- don't log for this session
/server foo.bar.com - use server foo.bar.com
/port 223 - use port 223 
/debug - show the debug tab

Notes:
This code is written using Inprise's Delphi 4 Professional 
edition. You will need D4 Pro or better to compile this 
source code. 

I'm also using the freely available TTrayIcon component.
This component source should be included with this archive.
It seems to work well and is free. Check the .PAS file for
licensing issues, etc. Install the TrayIcon.pas file into 
a new or existing package on your computer.

The Dialer1.pas module is where 99% of the nuts and bolts 
happens. This module handles the socket connections and
the parsing of the results from the server.



