Replacing an API call with a .Net Class

  • Thread starter Thread starter Robin
  • Start date Start date
R

Robin

Hi

I would like to know how to replace our WIN API Shell
command call (shell with 2 arguments) in .Net using the
framework but I cannot seem to find the equivilant
class/method. Would anyone be able to point me in the
right direction?

Thanks,
Robin
 
You might want to take a look at the System.Diagnostics.Process class.

Regards,

Peter Vervoorn
 

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