Jump to content

writting a script


Recommended Posts

Go to the Help File:

Start -> Programs -> AutoIt v3 -> AutoIt Help File

look at the tutorials:

AutoIt -> Tutorials

Try them, write them, make them work. Look up the commands they use, and the related commands. Look at the example provided with the commands.

Start writing your own script.

Ask questions when you get stuck.

Link to comment
Share on other sites

how do i run microsoft office word 2003 like the notepad?

thanks a million

<{POST_SNAPBACK}>

Use the Run() command to launch programs
Link to comment
Share on other sites

Am I going it correctly?

"Run("WINWORD.EXE", "", @SW_MAXIMIZE)"

i get this error...:"C:\Program Files\AutoIt3\Examples\Helpfile\Run.au3 (1) : ==> Unable to execute the external program.:

Run("WINWORD.EXE", "", @SW_MAXIMIZE)

The system cannot find the file specified."

Link to comment
Share on other sites

run(@ProgramFilesDir & "\microsoft office\office11\winword.exe c:\data\word.doc","",@SW_MAXIMIZE)

<{POST_SNAPBACK}>

how do i actually use macro like @ProgramFilesDir. I could not more information in the help file...

someone please help!

Thanks!

Link to comment
Share on other sites

Do a search on the helpfile for macro. It will pull everything you need to know up.

Also, you can just look at the Contents tab, and the Macro Reference is right above the Function Reference.

If you have more specific questions please ask them after reading that section.

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

Do a search on the helpfile for macro. It will pull everything you need to know up.

Also, you can just look at the Contents tab, and the Macro Reference is right above the Function Reference.

If you have more specific questions please ask them after reading that section.

JS

<{POST_SNAPBACK}>

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