Could someone tell me how to execute a windows application from an asp.net
page. I have a program that runs on a scheduler, but I would like to provide
the ability to run the program(.exe file) from within a server side control.
Is there a method like this
Application.Run(myprogram.exe)
Thanks in advance. Rich.
Hi,
If u want to open an exe file from application.=, u can use shell
command. shell("filename" )
>
Could someone tell me how to execute a windows application from an asp.net
page. I have a program that runs on a scheduler, but I would like to
provide
the ability to run the program(.exe file) from within a server side
control.
Is there a method like this
Application.Run(myprogram.exe)
Thanks in advance. Rich.