aska98 Posted March 25, 2005 Posted March 25, 2005 Hi everyone, I just want to know, what command is command prompt able to check which port number is available to use in my PC? or is there any software to check port number?. Thx
Madars Posted March 25, 2005 Posted March 25, 2005 It's interesting, I haven't heard any ways to check this from batch file without using specifically created executable which cheks it, but I guess that you could grep netstat's output for interesting info.
gamehead200 Posted March 26, 2005 Posted March 26, 2005 You can check which port numbers ARE IN USE by using netstat and its various commands.To use it, open up cmd.exe and type in netstat. If you want other commands, type netstat /?.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now