Execute an MS-DOS application from VB.NET

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

Guest

I want to run an MS-DOS command from a VB.NET application as if I was
directly typing from the command line. What is the syntax to do this?
 
Military Smurf said:
I want to run an MS-DOS command from a VB.NET application as if I was
directly typing from the command line. What is the syntax to do this?

Check out 'Shell' and 'System.Diagnostics.Process.Start'.
 
Back
Top