Jump to content

Recommended Posts

Posted

If I want to call a function in an compiled script could I use ShellExecute like this to do it?:

ShellExecute("ahkscript.exe", "functionnamethatneedstobecalled")

Posted

No

The second argument is for command line parameters. This passes strings to the application.

If it is an autoit script, look up 'Command Line Parameters' in the AutoIT help file.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...