Jump to content

Recommended Posts

Posted (edited)

Probably sounds dumb but Is it possible to make an autoit script work within a .Jar client or load the script into a client so the script will work within it?

Edited by Jambaman
Posted

If you can run a process in memory with java then I don't see why not.

Ok, thank you for the help so far  :)  So If I had a .Jar client on my desktop, how would I go about importing my autoit script or using my Autoit script within the client?

Posted (edited)

You are not developer of this jar client?

No, I am trying to import my script into the client so that it will do things inside it, I have the script ready, just need to know if it is possible and how I would go about doing it

I was thinking along the lines of

Run( "C:/Client/Client V21.4.Jar")

as a starting point, as that's the .Jar I want to make the AutoIt script work inside

OpenWith("C:/Client/Client V21.4.Jar")

If only that existed

Edited by Jambaman

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
×
×
  • Create New...