Jump to content

Application path


 Share

Recommended Posts

There isn't really a magic function in AutoIt that does your 'idea'. Find out what you actually trying to do first and script that.

If you're looking for ideas on where to start you could check out TCPView - http://technet.microsoft.com/en-us/sysinte...s/bb897437.aspx

I know there is no built in function in auto it& also know about TCPView, now the thing is how can acomplish this task in autoit ?

any idia in programming manners?

73 108 111 118 101 65 117 116 111 105 116

Link to comment
Share on other sites

Also, you may be able to use RunWait(@COMSPEC & " /c netstat -b") as a starting point.

netstat is a bit interesting thing, I want a lil help from you. how can i get the result of "netstat -b" in AutoIt?

73 108 111 118 101 65 117 116 111 105 116

Link to comment
Share on other sites

There isn't really a magic function in AutoIt that does your 'idea'. Find out what you actually trying to do first and script that.

If you're looking for ideas on where to start you could check out TCPView - http://technet.microsoft.com/en-us/sysinte...s/bb897437.aspx

As far as i know it use "Winsock" for getting the information about open sockets, now have any topic about that?

73 108 111 118 101 65 117 116 111 105 116

Link to comment
Share on other sites

It sounds like the missing link here is that you didn't know you can run command line apps from autoit.

Use the Run() command.

In the case of CurrPorts you might try something like-

Run("Cports.exe /close * 80 * *")
I know about Command line, i want to know in Autoit?

73 108 111 118 101 65 117 116 111 105 116

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...