/InfiniteProcessLauncher

Simple console application to run a process and automatically restart it when exit

Primary LanguageC#

Simple .NET Core console application to run a process indefinitely

Usage

dotnet InfiniteProcessLauncher.dll "Path/To/Program" ["Optional Parameters"] [Hide Console (default:false)]

Example

dotnet InfiniteProcessLauncher.dll "C:\Program Files\AutoHotkey\AutoHotkey.exe" "C:\Program Files\AutoHotkey\EndKey.ahk" true