Open a url in Action After saving

 I need to open a url in the Action After saving. I checked the Action after saving. And put the url in the Program/Script window. But the url won't open. Has anyone had similar problem? Many thanks!

Ming

Hi Ming,

you can use a simple vbscript like this:

set wShell = CreateObject("Shell.Application")
wShell.Open "http://www.pdfforge.org"