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
Exchange 2010 first time setup - can not send or receive email outlook 2003 outlook 2007
How define combo box control source for multiple fields?
Reversing cross tab
Exchnage Activesync and Android 2.0 Calendar Syncing issue
Recovery disk No.2 needed for a Sony Vaio PCG-FR102/FR105
Insert Data from a table and also add a date/time the data was added in a column called DateRcv
SQL Server 2008 - can't insert and see polish characters in SQL table
Receiving error when submitting data to SQL Server through asp.net vb
Bond Value Calculation
updates for Office Communication Server 2007 R2