make some batch files that launch the files you want from the same dir.

or make a little command line prog that takes the name of the file you want
to launch as a command line argument...


On 10 April 2014 17:37, 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
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to