Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Execute External File From ASP.Net Page


Message #1 by "Rich K" <rich@r...> on Fri, 27 Sep 2002 04:03:46 -0400
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.

Message #2 by "ramprasad upadhyaya" <rpu_forum@y...> on Sat, 28 Sep 2002 11:23:45
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.


  Return to Index