I have a program (C++ program which interacts directly with drivers for attached hardware) which I need to run from within an air application. I have been looking around, but some of the information is 4 years old saying AS2 will allow this (I am using AS3), and the rest refers to using fscommand and says it has to be in a folder with that name, but not where that folder should be.
I would prefer to have the AIR application interact with the .exe, but if possible/necessary I could have it interact directly with the .dll instead.