How to run a command shell from an asp.net page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

How to run a command shell from an asp.net page. Research has shown that I
may use a either ASPEXEC or WSrcipt.Shell , is one better than the other, and
is there any other way of doing this besides mentioned above.

Thanks in advance.
 
Hi John,

tried that but it did not do what I wanted. Ergo tried to run a batch file
using process.Start(), batch file did not output what it was suppose to.
Tried to mimic the same functionality with an exe recieved an exception
stating that access denied. Any suggestions.

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top