Created
July 13, 2016 15:54
-
-
Save veysby/c6fa540da3bc7baf682aec1ebdc321a6 to your computer and use it in GitHub Desktop.
CMD: check is specific port open
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netstat -an | findstr /C:1158 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment