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
Report with two different records on same line
Need Working Driver for SigmaTel IDT High Definition Audio, on a gateway p-6860fx on Win. Xp Professional X64
System.Data.OleDb.OleDbExc<wbr />eption: Oracle client and networking components were not found.
Set up windows scheduled task run from vba
Change a user-entered number on a form to negative
VB.Net Playing a Beep
Need to create an Excel Sheet for DATA INPUT that then creates a DATABASE..or table..?
C# Enumerate IE
Cannot send from exchange 2007
Microsoft Access error