Command «check»

As was described in usage section, «check» command is used currently only for port range check.

Syntax

Basic command syntax:

cmdmgr.exe check [--verbose|--v] --item=ports first_port=<port1> last_port=<port2>

Parameters

This command has such parameters:

  • verbose(v) – flag for printing detail info about availability of each port in range;

  • item – item for check, currently only «ports» item supported;

  • first_port, last_port – this is port range bounds.

Example

cmdmgr.exe check -v -item=ports first_port=20000 last_port=22100
Check command example