Running Windows Command line by line

asokfair

Member
Joined
Jan 13, 2013
Messages
22
Programming Experience
Beginner
Hi,

I am new to DotNet . Currently i am developing an windows application which needs to run a batch file commands.
Long back i have used VC++ code to run an windows cmd using System("...")
likewise i want to know, in what way we can run an windows command in VB.Net
can anyone help me?

Thanks in Advance
 
To add event handler for a dynamically created object you use AddHandler statement.
 
Back
Top