ok am trying puttin together a cd and i need flash to run a setup.exe prog on the cd when the user clicks a button
directory is like this

root -> flash file
/instal/setup.exe

now tried using the fscommand

on(release){
fscommand ("exec", "instal/setup.exe");
}

but no joy so i created a .bat file and placed in root that would call the exe - which works fine but when i try to run the .bat using the fscommand it doesn't work either >_<

have converted the .swf to a projector file (.exe) does this make a difference(!?)

any input would be appriciated
thanks

v_Ln