Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Syntax

Basic command syntax:

Code Block
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

...

Code Block
cmdmgr.exe check -v -item=ports first_port=20000 last_port=22100

Image Removed
Figure 2. Check command example.

back to top

...