jaenster Posted August 18, 2007 Posted August 18, 2007 On commandline, you have the command Netstat How to see on what port i listen with netstat ? Thanks in advanced -jaenster -jaenster
PsaltyDS Posted August 18, 2007 Posted August 18, 2007 On commandline, you have the command NetstatHow to see on what port i listen with netstat ?Thanks in advanced-jaensterRun the command with Run(), using the $STDOUT_CHILD option. Use StdOutRead() to get the output and filter it with string operations looking for "LISTENING".Post your code if you need help or get stuck. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Gif Posted August 18, 2007 Posted August 18, 2007 On commandline, you have the command NetstatHow to see on what port i listen with netstat ?Thanks in advanced-jaensternetstat -a
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