/NoCMD

Lightweight Windows utility for hiding long-running cmd commands to notification area

Primary LanguageC#

NoCMD

Lightweight utility for hiding long-running cmd commands to notification area.

Standard and error outputs can be redirected to files. Any notempty stderr ouput and exit code will be shown via balloon tooltip.

image

Usage

Basis usage:

nocmd script.bat

Command with spaces need to be wrapped with quotes:

nocmd "timeout /t 10"

Output stream can be redirected:

nocmd script.bat /out out.txt
nocmd script.bat /o out.txt

As well as error stream:

nocmd script.bat /error error.txt
nocmd script.bat /e error.txt

Requirements

  • .NET 4.5