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
 
Back
Top