%AbortConfig%    Show Routine Code    Author: Siegfried


Version: 1  -  Date: 2007-02-15

 

Example calls:
%AbortConfig%
%AbortConfig% "No internet connection."

Remarks:
Aborts the configuration:

- Userprompt about an ERROR
- Calls RESET.cmd to reset the plugin
- exit

Parameter 1 is an optional message with details about the error.

Typical example usage after InetCheck:
%InetCheck%
if "%result%" == "no" %AbortConfig% "No internet connection."