Microsoft
Software
Hardware
Network
Question : how to run dos command in vb.net2003 windows application coding?
how to run dos command in vb.net2003 windows application coding?
for example, I want to run the following command in dos command
dotnetfx.exe /q:a /c:"install /l /q"
what is the code ?
Answer : how to run dos command in vb.net2003 windows application coding?
Hope this helps you,
Dim p As Process
p = New Process()
p.StartInfo.FileName = "dotnetfx.exe"
p.StartInfo.Arguments = "/q:a /c:'install /l /q'"
p.Start()
you need to specify full path of the "dotnetfx.exe"
Random Solutions
split comma delimited values into seperate columns
Unicode/STL/Varargs problem
csv delimeter problem when importing to adp
Web Services Cross Browser Support
Using web service in javascript for asp.net ajax-enabled web site
Exporting to Excel From Visual Foxpro Excel Object Creating 2 Digit Year, Not 4 Digit
Calling a secure web servie with WCF client
How do i display month abbeviations instead of months in the proposed solution
VB.NET Threading and sending data/objects between threads?
method 'activeprinter' of object'_application' failed