FLCheck Version 1.0.4 by FiiK (fiik@bellsouth.net)
http://www.fiik.net/freelancer

What this program does
----------------------
+ (optional) Kills the "Send report to Microsoft" window.  I originally didn't want to add this option, but in some cases it's necessary (my server, for instance).  Other alternatives to removing the window are:
    Go to this Microsoft link:
        http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/winxppro/proddocs/sysdm_advancd_exception_reporting.asp
    ...or to manually remove it from the registry:
	add a DWORD value called IEWatsonEnabled and set it to 0 in the key HKLM\Software\Microsoft\Internet Explorer\Main and reboot(!)

    ...or edit your server config file (Source: gh_NukeCore of the Alpha Centauri server)
	[Error]
	;EMAURER these four should remain as set.
	;log = $Window,65540 ; alert all asserts
	;log = $Window,-1,1 ; alert all errors (SEV_ERROR=1)


+ Restarts the FLSERVER.EXE application when it crashes

+ Puts date and time of server crash in its status list

What is doesn't do
------------------
+ Make you breakfast


How to install
--------------
+ Place the flcheck.exe and flcheck.ini files in the same folder of your choice

+ Open the flcheck.ini file

+ Set the "FLServer Window Name" value to your server window's title
    (Default: FLServer - Version 1.0 Build 11 - FLServer)

+ Set the "FLServer Program Location" program path to the location of the FLSERVER.EXE
    (Default: C:\Program Files\Microsoft Games\Freelancer\EXE)

+ Set the "Search Delay (in seconds)" time to whatever you desire
    (Default: 60 seconds)

+ Set the "Close Report Window" value to 1 to enable killing of the "Send report to Microsoft" window .. 0 to disable
    (Default: 1)

+ Set the "Server Port" value to a specific port # for your server or "ANY" to use the default port
    (Default: ANY)

+ That's it!  Run flcheck.exe

Bug Fix History
===========
1.0.4
-----------
+ Added the option to specify the server port number
1.0.3
-----------
+ Not a bug, but added the option to kill the fated "Send report to Microsoft" window
+ Make a minor change to the delay timer to make it use just a tad bit less processing time (every bit helps)
1.0.2
-----------
+ Convert long file paths to short to fix Win2k-specific bug
+ Delay actually works now .. previously, it would check on the server status every 5 secs!
