Supervisor icon indicating copy to clipboard operation
Supervisor copied to clipboard

Simple process supervisor for Windows

Results 1 Supervisor issues
Sort by recently updated
recently updated
newest added

The following error is occurring on Windows 10 x64. ``` Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Supervisor.MonitorThread.DoMonitor()...