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
What should I do when I want to decommission a Windwos 2000 server with Certificate Services installed?
CMD.EXE - Program too big to fit in memory
vb6 - extract words
import a data from text file(with repeated column names)
Excel Application WindowState xlNormal
Install, boot Vista errors
Delete Function for single record in ADO has one line returns error
Querying Query Results in VB.NET
How do I take a totals query and update a column in another table?
Uploading image cropping area settings to server side aspx