Does anyone know a command for starting up an executable with a known location and load a file in that application in one go from an ASP page?

I know the VB ShellExecute and Shell options, but does anyone has some readymade ASP-code?

I want to avoid to do it through a link which always comes with the open and save as dialog.