Skip to main content

How to open the jar files from AA360 and how to type commands in command prompt using AA360

Hi @srizvi ,

To open the jar files from AA360, you need to have Java installed on your computer and use the command prompt to run the jar files. Here are the steps you can follow:

To type commands in command prompt using AA360, you need to use the Open Program/File command or the Insert Keystrokes command. Here are some examples of how you can do this:

  • To open the command prompt, use the Open Program/File command and enter cmd.exe as the program name.
  • To type a command in the command prompt, use the Insert Keystrokes command and enter the command as the keystrokes. For example, if you want to type dir, enter dir{ENTER} as the keystrokes.
  • To run a jar file from the command prompt, use the Insert Keystrokes command and enter java -jar followed by the file path of the jar file as the keystrokes. For example, if you want to run sample.jar from C:\Users\username\Downloads, enter java -jar C:\Users\username\Downloads\sample.jar{ENTER} as the keystrokes.

I hope this helps you with your task 😊


Reply