Jump to content

A little Help


Recommended Posts

Hell I am very new to this whole Autoit and I think its a wonderful program...ok now for my problem:

I want to make a script for portforwarding for a game. So the script would go to mynetwork settings and then click the different options and when it gets to the fields where you have to enter the ip to forward I want it to prompt me with input box..its reallly hard to explain but I hope someone understands and can help me.

-Thanks in advance

Link to comment
Share on other sites

In the helpfile that comes with AutoIt look under the index for the following functions:

MouseMove() <-- Moves the mouse

InputBox() <-- A simple input box

ShellExecute() <-- Could be used to open the network settings (I think)

Send() <-- send text as if the user were typing (if you want to automatically insert the IP (wasn't sure exactly what you wanted...)

Welcome to the AutoIt forums!

My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
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...