Fscommand exec and tribulations

Hello, this is like my first post, or first one in a long time :slight_smile: So you’ll have to excuse me if I’m submitting a request for help in the wrong format or something.

I’m having a problem with a little flash I made just to test out the “exec” fscommand. Basically, I have all my files in one folder (published.exe, program.exe etc etc)

In the flash itself, I have a simple button, with the following code on it.

[indent]on(release)
{
fscommand(“exec”,“program.exe”);
}

[/indent] That’s it, I’ve paid attention to case sensitivity, I just feel that it must be a simple problem, rememeber the published file and the program it’s calling are in the same directory. (I also tried a “/program.exe” but also no success)

Any help would be greatly apprectiated. cheers
DW