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 with character \
Outlook 2007 / Win 7 Send/Receive Error - Object not found
Adding controls to Panel
Bar Code Scanner
Host Process for Windows Services Stopped Working and was Closed
VB .Net - automation script to click export report icon from crystal report viewer.
SQL -- overwrite
Cached domain login while not connected to domain. Is there a Timeout?
WinRM Fails To Start on Windows Server NOT R2
Problem automating word on IIS