Process Lasso

Command Line Arguments


Command Line Arguments for ProcessLasso.exe
 
Switch Description Examples
/Tray Causes the main window to not be immediately displayed. ProcessLasso.exe /tray
/ConfigFile= Indicates the configuration file that should be used.
ProcessLasso.exe /ConfigFile="c:\program files\processsupervisor\myconfig.ini"
ProcessLasso.exe /ConfigFile=c:\config\psconfig.ini
ProcessLasso.exe /ConfigFile=\\server1\configfiles\prosuper.ini
 
/LogFolder= Indicates the folder containing the log files. This folder requires read and write access.
ProcessLasso.exe /LogFolder=\\server1\logfolder
ProcessLasso.exe /LogFolder=c:\pslogs
 
/Config Invokes the Out-of-control Process Restraint configuration dialog. This is primarily only used by the installer. Note that this creates a seperate instance of Process Lasso that displays the configuration dialog, then exits when the dialog is closed. ProcessLasso.exe /config

Command Line Arguments for ProcessGovernor.exe
 
Switch Description Examples
/ConfigFile= Indicates the configuration file that should be used. ProcessGovernor.exe /ConfigFile="c:\program files\processsupervisor\myconfig.ini"
ProcessGovernor.exe /ConfigFile=c:\config\psconfig.ini
ProcessGovernor.exe /ConfigFile=\\server1\configfiles\prosuper.ini
/LogFolder= Indicates the folder containing the log files. This folder requires read and write access.
ProcessGovernor.exe /LogFolder=\\server1\logfolder
ProcessGovernor.exe /LogFolder=c:\pslogs
 
     

Command Line Arguments for InstallProcessMonitor.exe
 
Switch Description Examples
/Remove Removes Process Lasso and Process Governor from startup locations or service registration. InstallProcessMonitor.exe /remove
/Install Installs Process Lasso and Process Governor to their default startup locations. InstallProcessMonitor.exe /install
/Auto Run without any user interaction. This switch is only to be used as a compliment to either /Install or /Remove. InstallProcessMonitor.exe /install /auto