uwci / hidrun

run something sliently without opening a new window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hidrun

Build status

run something without opening a new window

Release

Download

Usage

  • hidrun command to run command without waiting for it.
  • hidrunwait to run command and wait for it to end.
    • use start /wait hidrunwait command to run command and wait for it to end in a console or batch file.

Compile

Builds with cmake and ninja.

mkdir -p "build"
cd "build"
cmake -GNinja ..
ninja

Credits

About

run something sliently without opening a new window

License:Apache License 2.0


Languages

Language:C 62.6%Language:Batchfile 17.7%Language:CMake 16.4%Language:Shell 3.2%