Am3oo Posted October 29, 2012 Posted October 29, 2012 So the question is, having a working function defined in an .au3 file, can you call that function from within java or C++, by using some kind of jar/API? At the moment, I've found autoitx4java, but it seems to be just an api for autoit general functions.
FireFox Posted October 29, 2012 Posted October 29, 2012 Hi, You can call the functions by the command line. ;execute your script with _toto as parameter : Call($CmdLine[1]) ;$CmdLine[1] contains _toto Func _toto() ;blah EndFunc Br, FireFox.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now