From: dankunus on
I am making a tutor CD for children and I want to run a application exe with the help of Lingo Script plz. help with codings

KUNDAN
From: duckets on
I've used buddyAPI to run exes from my director projects in the past.

http://www.mods.com.au/budapi/

I use the commands "baRunProgam" and "baSetCurrentDir".

- Ben

From: alchemist on
try:
open "<fullPathToExe>"
e.g.
open (the moviePath)&"myApp.exe"

"dankunus" <webforumsuser(a)macromedia.com> wrote in message
news:efj1f2$fui$1(a)forums.macromedia.com...
>I am making a tutor CD for children and I want to run a application exe
>with the help of Lingo Script plz. help with codings
>
> KUNDAN