StumbVerter Scripting Guide V1.0
--------------------------------

Scripting in StumbVerter allows you to pass a script file as a command-line parameter, and have it
execute sequentially all the commands contained in the file.

To pass a script file to StumbVerter, you must invoke it from the command like as:

	StumbVerter.exe /S c:\test.txt

where test.txt would be the file executed. You can also modify the Windows shortcut to StumbVerter and add
the /S switch at the end, with the file to process.

Comment lines within the script file must be preceeded by a # sign. All commands must be preceeded by a $ sign.
The first line in the script MUST be STUMBVERTER SCRIPT FILE V1.0.

Available commands:

NEW [US/EU]		- Creates a new map file, either Europe or USA as specified

OPEN filename		- Opens the map file specified in the parameter 'filename'

CLOSE			- Closes the current map file. No question regarding saving it will be asked,
 			  it will simply be closed

END			- As it's name means, end the application

PROCESS filename	- Process amb import the summary file specified in the parameter 'filename'

SAVEMAP filename	- Saves the current map in MapPoint *.mpt format to the target 'filename'

SAVEBMP filename	- Saves the bitmap image of the current map to the target 'filename'

Please refer to the enclosed sample.svs (StumbVerter Script) for details on formatting, etc.

Comments and suggestions to mpuchol AT sonar-security DOT com.