alexb5dh / NoCMD

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C# 94.1%Language:Batchfile 5.9%