Hi,
how do i execute a .bat file from vb.net?
Cheers
Nick
sorted!
Code:Dim proc As New Process() proc.StartInfo.FileName = "c:\file.bat" proc.Start()
|
Results 1 to 2 of 2
Thread: execute .bat file [resolved]Threaded View
|
Click Here to Expand Forum to Full Width |