SnetPol - utilities for import\export of the Product policy parameters.
Short description:
	The SnetPol program imports policy settings from the template file, keeps security components policy settings from the xml-file
	in the effective Product security policy or
	exports effective Product security policy settings to the template file and xml-files.
	Startup parameters of the program:
	SnetPol -i  - policy settings import from the file.		
	SnetPol -e  - policy settings export to the template file and policy blocks export to xml-files.
	SnetPol -x   - saving policy settings from the xml-file for the specified security component.
	SnetPol - h 
- show Help.
where  is a security component and it must possess one of the following values:
AV - Antivirus
NIPS - Network Intrusion Prevention System
UPD - Updating of components
SOFTPSPT - Software Passport
Examples of start:
- policy settings import from the file:
SnetPol -i "C:\TemplateFileName.inf"
- policy settings export to the file and obtaining policy blocks from the xml-files:
SnetPol -e "C:\TemplateFileName.inf"
- saving policy settings from the xml-file for the specified security component:
SnetPol -x AV "C:\xml\AV.xml"
- show Help: SnetPol -h