If that doesn't work for you, I have found Zinc to be a much better
alternative to AIR for this and many other reasons such as database
connectivity and COMPort access.
Here is how you would launch a batch file using ActionScript and the Zinc
package:
mdm.System.exec(mdm.Application.path + "myFile.bat");

Then you would publish that FLA to a SWF, import the SWF to Zinc, and
publish from Zinc to an EXE file.

Here is the reference page on that method:
http://www.multidmedia.com/support/livedocs/index.php?url=main.php?action=methods¬class=System¬id=10148<http://www.multidmedia.com/support/livedocs/index.php?url=main.php?action=methods%C2%ACclass=System%C2%ACid=10148>

~Ricky
http://codingjourney.blogspot.com


On Wed, Nov 26, 2008 at 1:11 PM, david costard <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I find a solution with this framework.
> http://aperture.fluorinefx.com/
>
> david
>
>
> 2008/11/25 Steven Sacks <[EMAIL PROTECTED]>
>
> > No.
> >
> >
> > david costard wrote:
> >
> >> Hi List,
> >>
> >> Is it possible to execute a .bat file from an AIR application ?
> >>
> >>
> >> david
> >> _______________________________________________
> >> Flashcoders mailing list
> >> Flashcoders@chattyfig.figleaf.com
> >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >>
> >>  _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to