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'.
 

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