The different parameters are:
-	-pid => the process id of PcVue
-	-pname => the process name (sv32 for PcVue, try to use -pid instead oh -pname)
-	-path => path of sv32.exe
-	-args => arguments for sv32.exe (the " must be replaced by |)
-	-msg => the message to display in the dialog box (the " must be replaced by |)
-	-stop_delay => the delay in seconds before it kills PcVue
-	-start_delay => the delay before restarting PcVue
-	-shutdown => shutdown the computer after PcVue exit
-	-silent => no message displayed (to use if executed by a windows service)

On of the parameters pid or -pname is mandatory.
There is no specific order for the parameters.

If -path is missing, it doesn't try do restart the process.

Some example (you can can replace "-pid xxx" by "-pname sv32":
-	Simply kill the process
	-pid xxx
-	You want to stop PcVue within a delay of 30 seconds
	-pid xxx stop_delay 30
-	You want to stop PcVue and the computer
	-pid xxx shutdown
-	You want to restart PcVue with a maximum delay of 45 seconds to stop and a delay of 15 seconds before restarting
	-pid xxx path "C:\PcVue\bin\sv32.exe" args "-b |D:\PcVue Projects| -p myProject" stop_delay 45 start_delay 15
