CfgTool -- Brief Description 
============================

Version 1.0

Contents
========

1. Intro
2. CfgTool operating modes
3. Program call


1. Intro
========

CfgTool is a command line tool for TNCremoNT.

With CfgTool you can save (and restore) all TNCremoNT configurations
to a file.


2. CfgTool operating modes
==========================

Save:
-----
Saves all configurations to a file.


Restore:
--------
Restores all configurations from file into the registry.



3. Program call
===============

 CfgTool <mode> <cfg file name>
 
 Modes: S : Save (Default)
        R : Restore
        RD: Restore and then delete file

 
 Sample:
 -------
 CfgTool S c:\temp\TNCremoNT_Configurations.reg

