/CmdTools

Tools for Windows Command Prompt

Primary LanguageC++GNU General Public License v2.0GPL-2.0

CmdTools

Summary:
Additional commands for Windows

1) alert
Usage: alert <title> <text>
Desc: Creates a popup dialog with <title> as the title, and <text> as the message.

2) kill
Usage: kill <process name>
Desc:  Forcefully terminates a process matching <procress name> (wild card (*) accepted), and any child processes started by it.

3) screenoff
Usage: screenoff
Desc: Turns off monitors.

4) timems
Usage 1: timems
Desc 1: Returns the current time in milliseconds.
Usage 2: timems <command>
Desc 2: Executes a command and returns milliseconds ellapsed from start to end of command.