jmevel / InfiniteProcessLauncher

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C# 100.0%