/hidrun

run something sliently without opening a new window

Primary LanguageCApache License 2.0Apache-2.0

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