Extract files from archive to directory C:\PControl\
PControl.ini obligatorily put in directory C:\PControl\

Service install and run from Command Prompt as administrator from directory C:\PControl\

PControl_s.exe /install
net start sPControl

Service stop and uninstall from Command Prompt as administrator directory C:\PControl\

net stop sPControl
PControl_s.exe /uninstall
-------------------------------------------------------------------------------------------------

The PControl is for starting, monitoring and restarting (after closing) the following programs:
	- RPT_Serv
	- TLF_Serv
	- MSnd
	- RSend
	- WinSC_serv
and any others.
After starting the PControl, it start all programs and monitor it. 
If program is allready runnig, PControl do not start it again, but monitor it.
If any programm stopped by user or some another reason, PControl start it again. 
The programs, must be started and monitored are described in PControl.ini file.
The PControl.ini file consist of identical two-string blocks, is shown below:

[RPT_Serv]
exe=C:\Program Files\Korteks\RPT_Serv.exe

	[RPT_Serv] - the block name (the same as .exe)
	exe=...  - the path to application must be started. 
