Acrobat File Opening (mx)

I have tried to open the file using the url script and it works. But I would liek to use the following but it doesn’t work. I am on a Mac not sure whether this will work I have done what it says in thr instructions below.

on(release){
fscommand(“Exec”,“filename.bat”);
}


Then open notepad and type in the following START filename.pdf Then go to save as and type in a file name then .bat

N.B make sure the file that the flash button is opening it is the same name as your .bat file. They both have to be in the same directory.