Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

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

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


Figure 2. Check command example.

back to top

  • No labels