Jump to content

what is the code to run a autoIT script


Recommended Posts

Hi,

I am using windowsXP.

I am writing a code to run another autoIT script at the desktop, eg counter.au3

How should I write. I check help but I could not find any.

I tried using the RUN command but it wont execute the script.

Thanks

-------- my code ---------

Run ("counter.au3","@DesktopCommonDir"); this line produce error "unable to execute the external program"

Link to comment
Share on other sites

  • Developers

Hi,

I am using windowsXP.

I am writing a code to run another autoIT script at the desktop, eg counter.au3

How should I write. I check help but I could not find any.

I tried using the RUN command but it wont execute the script.

Thanks

-------- my code ---------

Run ("counter.au3","@DesktopCommonDir"); this line produce error "unable to execute the external program"

Use ShellExecute("counter.au3","","","Run")

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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