I am trying to send a command to the command line using the air / as3 application. I saw some documentation on the invoke command, but I wonder if anyone else has the same set of circumstances.
basically, the user will check the fields and fill out a form, which will then be written as arguments for the application that will do the job. this application takes these arguments as well as a place to store the output file and processes the file.
therefore, you can send commands to the command line using as3 / air, and in addition, it is possible to receive the received message from the command line.
I was looking a bit for this information, but it seems that google returns a lot of “how to compile as3 from the command line”, and there are very few articles regarding air / as3 and possible interactions with the command line system.
Thanks in advance, Nathan
nathan king
source
share