guys i've a main movie with 6 buttons with the code:
fscommand ("exec", "myApp1.exe");
now I need to launch 6 different apps, I knwo they have to be in the fscxommand folder but can I have like:
fscommand ("exec", "app1/myApp1.exe");
fscommand ("exec", "app2/myApp2.exe");
fscommand ("exec", "app3/myApp3.exe");
cos Ic ant get it to work

