Run Dos command from VB.Net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • syntaktik
    New Member
    • Dec 2009
    • 6

    Run Dos command from VB.Net

    I am a complete newbie at programing, but i still want to try learning how to do it. Then i thought instead of writing large amounts of code, i could just use the included Dos commands. However, i am not even sure how to run those from VB.NET. Are there any examples or snippets out there for me to use?
  • sikandarnandwani
    New Member
    • Dec 2009
    • 2

    #2
    shell("cmd /c")

    something like that?

    Comment

    • syntaktik
      New Member
      • Dec 2009
      • 6

      #3
      that looks right. Where do the commands go?

      Comment

      Working...