Jump to content

eager newbie


cew27
 Share

Recommended Posts

hey i am trying to learn script at the moment all i can do it wscript.echo "hi" lol

is there any really baisc tutorials for macking a simple (i mean really simple) autoit script

There are examples on almost every page of the help file. Any file in the AutoIt\Include folder can be used as an example.

Any file in the AutoIt\Examples folder is a good starting point. And as Richard has pointed out AutoIt 1-2-3

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

ok so im on the tut now and it all seems helpful but i cant figure out how to save a file im trying yo make a beep one

beep(500 ,1000) .... i just type that in and go to save ? what do i save te file as to test the script

Yes, to save go to File->Save, or press Ctrl+s. To test, click on Tools->Go or Beta Run or right click on the file in explorer and select Run.

Link to comment
Share on other sites

ok so im on the tut now and it all seems helpful but i cant figure out how to save a file im trying yo make a beep one

beep(500 ,1000) .... i just type that in and go to save ? what do i save te file as to test the script

Yes, to save go to File->Save, or press Ctrl+s. To test, click on Tools->Go or Beta Run or right click on the file in explorer and select Run.

Link to comment
Share on other sites

hey i am trying to learn script at the moment all i can do it wscript.echo "hi" lol

is there any really baisc tutorials for macking a simple (i mean really simple) autoit script

Welcome to autoit and the forum. If you do the following you'll save everyone a bunch of grief.
  • Make sure you are using the latest version of AutoIt
  • Download and use SciTE4AutoIt3 for your au3 scripts
  • Complete the Tutorials in the AutoIt Help file
  • Experiment with the example code of each funcition your interested in (located in the Help file)

    .

  • Before asking a Frequently Asked Question (FAQ) read the FAQ's in the Help file
  • Learn how to search the AutoIt Help file for keywords
  • Search for your answer in the Help file
  • Before posting a FAQ in the forum read the sticky messages.
  • Learn how to search the Forum for keywords
  • Learn how to use Google's Language Tools (or other similar site) if you have "bad english"
  • Use meaningful subject lines in your posts
  • And as you get better, you can study the UDF's that come with AutoIt and the scripts in the Example Scripts forum
I think that should about cover it. :)
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...