Just making sure you know you can do this with the AIR NativeProcess class,
seems like you need it to be a SWF? If so could you lauch a single BAT file
that would in turn launch all the EXEs?


On Thu, Apr 10, 2014 at 10:37 AM, John R. Sweeney Jr. <
jr.swee...@comcast.net> wrote:

> Howdy all,
>
> My client wants to have about 12 different exe files launched from a
> single Flash front-end projector and much of their content has same named
> files, hence I need sub-folders. All of my research indicates that an
> external .exe file must reside inside of a folder called fscommand and you
> cannot path down to sub-folders.
>
> Does anyone know of a way to launch .exe files from a Flash projector into
> a fscommand folder and then into sub-folder?
>
> Example:
>
> fscommand("exec","sub_1/start.exe");
> then
> fscommand("exec","sub_2/start.exe");
>
> and so on.
>
>  Thanks in advance for any help,
> John
>
> John R. Sweeney Jr.
> Senior Interactive Multimedia Developer
> OnDemand Interactive Inc
> Hoffman Estates, IL 60169
>
>
>
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Erik Mattheis
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to