Most up-to-date documentation and FAQ can be found at http://www.knas.se
After you have downloaded and installed the application...
Change the default monitoring settings (optional)
After you have started the monitoring of a process, the "Create Shortcut" option is available from within the application. When clicking this button, a 'Restarter Monitored' shortcut will be generated and a dialog window will show, prompting you to specify a location where you want this shortcut to be saved. This Shortcut can be saved or moved to a location of your choice; for example to your "Startup folder" in the Start-Menu, if you want to automatically start a Restarter monitored program each time you start and logon to your computer
A valid shortcut contains 4 parameters, where "parameter 0" is the Restarter executable file itself. All the parameters are 'SPACE' separated, so any path that contains a space must be double quoted. A valid shortcut command-line is built like this:
Example of a vaild command-line shortcut:
Example explained:
From version 2.0, Restarter has the ability to execute external scripts as an action
when the monitored process fails. Restarter can execute simple batch files
(.bat) or more complex visual basic scripts (.vbs).
Restarter comes bundled with two sample scripts for you to adapt and use:
example_Reboot-Computer.vbs
This is a script to reboot the computer.
The script can also be configured to reboot a remote computer if required.
example_Send-SMTP-Mail.vbs
When executed, this script will send a notification e-mail to a pre-defined address.
Before you can use this script you will have to configure the required parameters defined inside
the script itself.