NarouMas / SilentRunner

Run a process in background

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SilentRunner

SilentRunner is able to run a process in background

How to build

use command below

g++ -o ./silentRunner.exe ./silentRunner.cpp

Example Usage

.\silentRunner.exe "D:\Program Files\WinRAR\WinRAR.exe a test test.txt"

About

Run a process in background


Languages

Language:C++ 100.0%