Tuesday, June 19, 2012

[Action Script] How can you run an executable from AS2 code without using fscommand() or a projector? June,2012

Just using some short .asc files made out of Notepad for some back-end server stuff, but without using fscommand() or projectors, how can you call an executable? There's a C++ program that I want to run from more-or-less the same directory as the .asc files, which handles some logging, and I need to be able to pass it arguments when telling it to run.

Please note that I have Googled this with no useful results and that I'm on an assignment that necessitates this question. Also I'm open to the possibility that it can't be done.

Thanks!
How can you run an executable from AS2 code without using fscommand() or a projector?

Related Post



0 comments: