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
Grow Vertical Lines in Access Report
How to find records between two dates ?
autoresize
System.Data.OleDb.OleDbExc<wbr />eption: Oracle client and networking components were not found.
Set up windows scheduled task run from vba
Shared a folder in Outlook 2007 now how i can see that from another machine.
VB.Net Playing a Beep
Need to create an Excel Sheet for DATA INPUT that then creates a DATABASE..or table..?
Outlook7 mail Icon
OWA - "Internet Explorer cannot display the webpage" After Login Prompt