Calling exe from Flash

How do I call another exe from Flash?

on(release)
{
fscommand(“exec”,“myexe.exe”);
}
doesnt seems to work