These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Open external application from acrobat

tykkemand
Registered: Apr 12 2009
Posts: 2

Hi everyone.
I have been looking for a way to open an external app from acrobat because i need to change some values in the regedit.
I have been searching the forums and all i could find was "Dont even think about it".
But the trick is to use app.launchURL. It wouldn't allow you to open exe files but u can just create a new filetype that acts like an exe file, then its possible!
My code looks like this
app.launchURL("c:\ja.hede", true);
I just took the exe i needed and renamed it.
I hope this can some ppl with the same problem as i had
Regards Soren

Merlin
Acrobat 9ExpertTeam
Registered: Mar 1 2006
Posts: 766
Thanks !