I have a local asp website on my PC. How could I invoke a VB application from within ASP page? For example, in VB we can use shell(app_name, parameter), can we do similar thing in ASP?
I tried to build a static link
<A href="C:\abc.exe">invokeApp</A> in my asp page.
When running this page, it first asks to download or run, then issues a security warning if I choose to run it. Do we have a way to invoke a program from ASP directly?
Thanks
I tried to build a static link
<A href="C:\abc.exe">invokeApp</A> in my asp page.
When running this page, it first asks to download or run, then issues a security warning if I choose to run it. Do we have a way to invoke a program from ASP directly?
Thanks