About opening pdf from flash exe file

Hey,
I have tried opening a PDF file from Flash EXE using a .bat file but yet not opening.
Script used in flash:
on (release) {
fscommand(“exec”, “batfilea.bat”);
}

The batch file:
start fep01.pdf

Why not opening?

JOKAN