Versions Compared

Key

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

...

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

...