Jump to content

Weird: Install On Mom's Machine Doesn't Work


Guest ajg23
 Share

Recommended Posts

Guest ajg23

Using NetMeeting to take over my Mom's computer (doing some programming work for her), I installed AutoAct hoping to do some great automation :)

But when I run a script that runs without problems on my machine, it gives an error:

Line 1:

dim $myTimer

Error: Unknown Command

It's just a dim! :)

Tried making a new file with just dim $t and got the same result.

We're both running Win XP. I didn't get to reboot her system since install but that shouldn't matter. Of note, initially the script I sent over to test out got named *.au3 rather than *.aut, but I renamed it after forcing it to run with the wrong extension...Don't know what else to say! :)

Thanks for any help,

A

Link to comment
Share on other sites

What version of AutoIt?

AutoIt v2 uses the *.aut file extension; AutoIt v3 uses the *.au3 extension.

Dim $myTimer is valid v3 syntax, but invalid v2 syntax.

Download the newest official version of AutoIt v3. (Or you can dowload the cutting-ege unstable AutoIt version that has support for creating GUIs.)

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Guest ajg23

What version of AutoIt?

AutoIt v2 uses the *.aut file extension; AutoIt v3 uses the *.au3 extension. 

Dim $myTimer is valid v3 syntax, but invalid v2 syntax.

Download the newest official version of AutoIt v3.  (Or you can dowload the cutting-ege unstable AutoIt version that has support for creating GUIs.)

Wow--fast :D

Oops. Okay, will fix !

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