I am using autohotkey to automate some manual process. I have to run a java command line program(.java) that accepts couple of command line arguments.
I want to run this java program from autohotkey after executing some pre-defined tasks in the automation.
How would I do this?