Jump to content

Very Very Basic Script?


Guest BlackDiablo110
 Share

Recommended Posts

Guest BlackDiablo110

What would a very simple script to open up a program in windowed mode look like? I am guessing that there would be a direct way to open it rather than to have the mouse move to its coordinates on the desktop and then literally double click it to open.

Link to comment
Share on other sites

Guest BlackDiablo110

One more thing I wanted to add:

Can you make an autoit script, that would open IE, go to a specified website, and then Download a file? Would that be complicated, or not so hard?

Link to comment
Share on other sites

What would a very simple script to open up a program in windowed mode look like? I am guessing that there would be a direct way to open it rather than to have the mouse move to its coordinates on the desktop and then literally double click it to open.

WinActivate ( "title" [, "text"] )

Can you make an autoit script, that would open IE, go to a specified website, and then Download a file? Would that be complicated, or not so hard?

URLDownloadToFile("URL", "filename")

See the AutoIt help file. :ph34r:

Kendall

Edited by lte5000
Link to comment
Share on other sites

Guest BlackDiablo110

Thanks very much for all of your help. Now I am going to go read the help file and try to make my very first script!!! Don't help me at all, but this is what it's going to do:

Start Notepad, and type out, letter by letter, (with 1 second wait time between each letter) and write out something like "Hi, this is my first script!"

Yey!

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...