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
How can I convert or cast data in a query to an Access Database?
Cannot joining a Windows server 2008 domain from xp computer
Basic SQL question
winlogon log
Pivot Table in Excel - refresh button disabled - why????
CREATE MTD AND YTD
Compare two spreadsheets
Redirect to page based on credentials
Form Dirty Values Lost on Forms 2.0 Scrollbar Methods :(
Excel sheet auto insert data